Added deleted messages, will also add the disabled tag to denied automod messages

This commit is contained in:
apa420
2019-04-19 22:44:02 +02:00
parent 4cf656fe62
commit 4f79d6fc07
10 changed files with 78 additions and 1 deletions
+1
View File
@@ -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();