Fix Twitch-Specific Filters Not Being Applied (#4529)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
nerix
2023-04-10 12:08:15 +02:00
committed by GitHub
parent b3ade53229
commit 610394d696
3 changed files with 72 additions and 74 deletions
+1 -1
View File
@@ -838,7 +838,7 @@ bool ChannelView::shouldIncludeMessage(const MessagePtr &m) const
m->loginName, Qt::CaseInsensitive) == 0)
return true;
return this->channelFilters_->filter(m, this->channel_);
return this->channelFilters_->filter(m, this->underlyingChannel_);
}
return true;