feat: add channel for messages caught by AutoMod (#4986)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -1313,8 +1313,9 @@ SplitNotebook::SplitNotebook(Window *parent)
|
||||
{
|
||||
for (auto *split : sc->getSplits())
|
||||
{
|
||||
if (split->getChannel()->getType() !=
|
||||
Channel::Type::TwitchMentions)
|
||||
auto type = split->getChannel()->getType();
|
||||
if (type != Channel::Type::TwitchMentions &&
|
||||
type != Channel::Type::TwitchAutomod)
|
||||
{
|
||||
if (split->getChannelView().scrollToMessage(
|
||||
message))
|
||||
|
||||
Reference in New Issue
Block a user