1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* Experiment Changed: This release just changes the parameters of the MQTT pubsub experiment, but otherwise has no changes.
This commit is contained in:
SirStendec 2023-10-30 14:01:28 -04:00
parent f1be0ea60c
commit 0460c02994
8 changed files with 20 additions and 13 deletions

View file

@ -638,7 +638,9 @@ export default class Emotes extends Module {
}
}
this.on('socket:command:follow_sets', this.updateFollowSets, this);
this.on('pubsub:command:follow_sets', this.updateFollowSets, this);
// TODO: Implement emote updates.
this.on('chat:reload-data', flags => {
if ( ! flags || flags.emotes )