mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-28 17:00:54 +00:00
4.56.1
* Experiment Changed: This release just changes the parameters of the MQTT pubsub experiment, but otherwise has no changes.
This commit is contained in:
parent
f1be0ea60c
commit
0460c02994
8 changed files with 20 additions and 13 deletions
|
@ -66,7 +66,7 @@ export default class ModView extends Module {
|
|||
return;
|
||||
|
||||
if ( this._subbed_id ) {
|
||||
this.pubsub.unsubscribe(this, `twitch/${this._subbed_id}/channel/#`);
|
||||
this.pubsub.unsubscribe(this, `twitch/${this._subbed_id}`);
|
||||
this._subbed_id = null;
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ export default class ModView extends Module {
|
|||
}
|
||||
|
||||
if ( id ) {
|
||||
this.pubsub.subscribe(this, `twitch/${id}/channel`);
|
||||
this.pubsub.subscribe(this, `twitch/${id}`);
|
||||
this._subbed_id = id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue