Stop whispers from showing up in /mentions unless they match another highlight (#4389)

This commit is contained in:
pajlada
2023-02-18 13:02:12 +01:00
committed by GitHub
parent da97079877
commit 2629e3baa7
3 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -810,7 +810,7 @@ void IrcMessageHandler::handleWhisperMessage(Communi::IrcMessage *message)
getApp()->twitch->lastUserThatWhisperedMe.set(builder.userName);
if (_message->flags.has(MessageFlag::Highlighted))
if (_message->flags.has(MessageFlag::ShowInMentions))
{
getApp()->twitch->mentionsChannel->addMessage(_message);
}