simplified message.cpp

This commit is contained in:
fourtf
2018-01-28 03:29:42 +01:00
parent fc758846f6
commit 591ab4d8da
20 changed files with 123 additions and 155 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ void ChannelView::setChannel(SharedChannel newChannel)
}
}
if (!message->hasFlags(Message::DoNotTriggerNotification)) {
if (message->flags & ~Message::DoNotTriggerNotification) {
this->highlightedMessageReceived.invoke();
}