mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Fix an issue subscribing to topics when a socket first connects.
This commit is contained in:
parent
efbc9f808f
commit
96b03290c8
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ export default class SocketClient extends Module {
|
|||
|
||||
|
||||
// Subscribe to Topics
|
||||
for(const topic of this._topics)
|
||||
for(const topic of this._topics.keys())
|
||||
this._send('sub', topic);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue