did some more things and stuff
This commit is contained in:
@@ -238,7 +238,7 @@ void TwitchMessageBuilder::triggerHighlights()
|
||||
return;
|
||||
}
|
||||
|
||||
if (getApp()->pings->isMuted(this->channel->getName()))
|
||||
if (getCSettings().isMutedChannel(this->channel->getName()))
|
||||
{
|
||||
// Do nothing. Pings are muted in this channel.
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user