Add highlight color and show in mentions to automod messages (#5215)

This commit is contained in:
KleberPF
2024-03-09 08:03:36 -03:00
committed by GitHub
parent ecad4b052a
commit c50791972d
13 changed files with 69 additions and 10 deletions
+8
View File
@@ -867,6 +867,14 @@ void Application::initPubSub()
p.first);
getApp()->twitch->automodChannel->addMessage(
p.second);
if (getSettings()->showAutomodInMentions)
{
getApp()->twitch->mentionsChannel->addMessage(
p.first);
getApp()->twitch->mentionsChannel->addMessage(
p.second);
}
});
}
// "ALLOWED" and "DENIED" statuses remain unimplemented