fix announce channel join/change not working on reconnect
This commit is contained in:
parent
3b6a60dd87
commit
6c992d7e07
|
@ -96,6 +96,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
|
|||
lastCh = msg.ch._id;
|
||||
|
||||
});
|
||||
gClient.on("disconnect", () => lastCh = undefined);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue