mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-08 06:10:57 +00:00
4.41.0
I'm almost finished implementing a replacement for emote cards, but they aren't quite ready yet. Please wait just a bit longer. * Added: Support for modifier emote effects, as well as settings to disable them. * Changed: Update the chat types enum to match changes to Twitch's internals. * Changed: Implement a new data structure for more efficiently storing bulk user to emote set mappings. * Changed: Implement support for loading data from staging. * Experiments: Push the new chat line rendering experiment to 20%. Let's see if it works properly.
This commit is contained in:
parent
8e48021c43
commit
e433aa3340
17 changed files with 575 additions and 32 deletions
|
@ -17,6 +17,7 @@ import SocketClient from './socket';
|
|||
//import PubSubClient from './pubsub';
|
||||
import Site from 'site';
|
||||
import Vue from 'utilities/vue';
|
||||
import StagingSelector from './staging';
|
||||
//import Timing from 'utilities/timing';
|
||||
|
||||
class FrankerFaceZ extends Module {
|
||||
|
@ -56,6 +57,7 @@ class FrankerFaceZ extends Module {
|
|||
this.inject('settings', SettingsManager);
|
||||
this.inject('experiments', ExperimentManager);
|
||||
this.inject('i18n', TranslationManager);
|
||||
this.inject('staging', StagingSelector);
|
||||
this.inject('socket', SocketClient);
|
||||
//this.inject('pubsub', PubSubClient);
|
||||
this.inject('site', Site);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue