mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Will now also remove the messages when the timeout occurs, it's a bad implementation of it though, should be better
This commit is contained in:
parent
562bdae09f
commit
ac9106e2f5
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@ void IrcMessageHandler::handleClearChatMessage(Communi::IrcMessage *message)
|
|||
|
||||
// refresh all
|
||||
app->windows->repaintVisibleChatWidgets(chan.get());
|
||||
if (getSettings()->removeModerated)
|
||||
{
|
||||
app->windows->forceLayoutChannelViews();
|
||||
}
|
||||
}
|
||||
|
||||
void IrcMessageHandler::handleUserStateMessage(Communi::IrcMessage *message)
|
||||
|
|
Loading…
Reference in a new issue