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

pull/1/head
yflory 2019-06-11 12:31:54 +02:00
commit 89264758d2
1 changed files with 1 additions and 0 deletions

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;
}