PubSub chat_moderator_actions topic should provide events about AutoMod messages being allowed/denied
The old semi-unofficial API endpoint to allow/deny messages held by AutoMod used to cause an event in the PubSub "chat moderator actions" topic, which made sense because other moderators should be informed of this mod action. I think at some point it also happened when allowing/denying through the website.
Now allowing/denying through the website and the new endpoint (I think) does not provide this information to other mods. The only thing that is sometimes triggered is a channel terms action event, which is good, but it doesn't provide a direct connection to which message was affected (and it doesn't seem to always happen).
It would be quite useful if the "chat moderator actions" topic would send an event when a message is allowed/denied so other mods can see it.
-
tduva commented
Nevermind, seems like the missing AutoMod messages, including the ones I asked for here, were already being added to a now newly documented topic: https://discuss.dev.twitch.tv/t/announcing-two-new-pubsub-automod-topics/31791 👍
-
tduva commented
Feels a bit weird to post this now, since at the moment AutoMod messages held for review don't show up in the PubSub topic at all, but I assume/hope that this is a temporary issue. Reported here: https://github.com/twitchdev/issues/issues/402
The issue of this uservoice I already posted as well ( https://github.com/twitchdev/issues/issues/356 ), however since it (at least in recent times) only seemed to work with the unofficial endpoint this feels more like a feature request rather than a bug, so I posted it here.