mirror of https://github.com/xwiki-labs/cryptpad
Fix issue when reconnecting to a pad
This commit is contained in:
parent
c4ac858f5d
commit
827a47d9b7
|
@ -1084,6 +1084,7 @@ define([
|
|||
channel.queue.forEach(function (data) {
|
||||
channel.sendMessage(data.message, clientId);
|
||||
});
|
||||
channel.queue = [];
|
||||
channel.bcast("PAD_CONNECT", {
|
||||
myID: wc.myID,
|
||||
id: wc.id,
|
||||
|
|
Loading…
Reference in New Issue