Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2019-06-11 12:31:54 +02:00

View File

@@ -520,6 +520,7 @@ define([
// History cleared while we're in the channel
if (parsed.error === 'ECLEARED') {
setChannelHead(parsed.channel, '', function () {});
channels[parsed.channel].messages = [];
emit('CLEAR_CHANNEL', parsed.channel);
return;
}