Fix issue when reconnecting to a pad

pull/1/head
yflory 6 years ago
parent c4ac858f5d
commit 827a47d9b7

@ -1084,6 +1084,7 @@ define([
channel.queue.forEach(function (data) { channel.queue.forEach(function (data) {
channel.sendMessage(data.message, clientId); channel.sendMessage(data.message, clientId);
}); });
channel.queue = [];
channel.bcast("PAD_CONNECT", { channel.bcast("PAD_CONNECT", {
myID: wc.myID, myID: wc.myID,
id: wc.id, id: wc.id,

Loading…
Cancel
Save