mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Don't early out after replacing a timeout message.
Otherwise, this could lead us to not gray out messages after the timeout we're stacking on Work on #1157
This commit is contained in:
parent
4a5a7c84fc
commit
ba1a56c3b7
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ void Channel::addOrReplaceTimeout(MessagePtr message)
|
|||
|
||||
this->replaceMessage(s, replacement.release());
|
||||
|
||||
return;
|
||||
addMessage = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue