Fix Twitch-specific filters not being applied (#4107)
This commit is contained in:
@@ -809,7 +809,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;
|
||||
|
||||
Reference in New Issue
Block a user