mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 23:18:31 +00:00
More bugfixes. Actually implement the API test experiment.
This commit is contained in:
parent
99f9974dea
commit
1b2ff27530
10 changed files with 57 additions and 13 deletions
|
@ -10,6 +10,7 @@ import {timeout, has} from 'utilities/object';
|
|||
|
||||
import Badges from './badges';
|
||||
import Emotes from './emotes';
|
||||
//import Emoji from './emoji';
|
||||
|
||||
import Room from './room';
|
||||
import User from './user';
|
||||
|
@ -27,9 +28,11 @@ export default class Chat extends Module {
|
|||
this.inject('i18n');
|
||||
this.inject('tooltips');
|
||||
this.inject('socket');
|
||||
this.inject('experiments');
|
||||
|
||||
this.inject(Badges);
|
||||
this.inject(Emotes);
|
||||
//this.inject(Emoji);
|
||||
|
||||
this._link_info = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue