Fix chat history bug in other workers
This commit is contained in:
@@ -520,6 +520,7 @@ define([
|
|||||||
// History cleared while we're in the channel
|
// History cleared while we're in the channel
|
||||||
if (parsed.error === 'ECLEARED') {
|
if (parsed.error === 'ECLEARED') {
|
||||||
setChannelHead(parsed.channel, '', function () {});
|
setChannelHead(parsed.channel, '', function () {});
|
||||||
|
channels[parsed.channel].messages = [];
|
||||||
emit('CLEAR_CHANNEL', parsed.channel);
|
emit('CLEAR_CHANNEL', parsed.channel);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user