diff --git a/www/common/common-messenger.js b/www/common/common-messenger.js index 0138eb528..9868e0266 100644 --- a/www/common/common-messenger.js +++ b/www/common/common-messenger.js @@ -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; }