feat: delete messages from context menu (#5956)

This commit is contained in:
nerix
2025-02-15 19:29:25 +01:00
committed by GitHub
parent 9afd60534a
commit dd6f204adc
8 changed files with 89 additions and 55 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ void TwitchIrcServer::initialize()
{
// Gray out approve/deny button upon "ALLOWED" and "DENIED" statuses
// They are versions of automod_message_(denied|approved) but for mods.
chan->deleteMessage("automod_" + msg.messageID);
chan->disableMessage("automod_" + msg.messageID);
}
}
break;