Fix IRC server messages not triggering sounds properly (#3368)

This commit is contained in:
pajlada
2021-11-27 15:35:13 +01:00
committed by GitHub
parent cb0c42779a
commit bc847f1445
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -187,8 +187,8 @@ void IrcServer::privateMessageReceived(Communi::IrcPrivateMessage *message)
if (!builder.isIgnored())
{
builder.triggerHighlights();
channel->addMessage(builder.build());
builder.triggerHighlights();
}
else
{