Fix issue when reconnecting to a pad

This commit is contained in:
yflory 2019-05-16 14:11:31 +02:00
parent c4ac858f5d
commit 827a47d9b7
1 changed files with 1 additions and 0 deletions

View File

@ -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,