Added deleted messages, will also add the disabled tag to denied automod messages
This commit is contained in:
@@ -264,6 +264,7 @@ void Application::initPubsub()
|
||||
auto msg = MessageBuilder(action).release();
|
||||
|
||||
postToThread([chan, msg] { chan->addMessage(msg); });
|
||||
chan->deleteMessage(msg->id);
|
||||
});
|
||||
|
||||
this->twitch.pubsub->start();
|
||||
|
||||
Reference in New Issue
Block a user