1
0
Fork 0
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:
SirStendec 2018-04-12 02:29:43 -04:00
parent 99f9974dea
commit 1b2ff27530
10 changed files with 57 additions and 13 deletions

View file

@ -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 = {};