Revert "Fix Twitch-specific filters not being applied (#4107)" (#4111)

This commit is contained in:
pajlada
2022-11-04 22:32:11 +01:00
committed by GitHub
parent e3e1845262
commit 84a6e724fa
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ bool ChannelView::shouldIncludeMessage(const MessagePtr &m) const
m->loginName, Qt::CaseInsensitive) == 0)
return true;
return this->channelFilters_->filter(m, this->underlyingChannel_);
return this->channelFilters_->filter(m, this->channel_);
}
return true;