Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.06k stars 449 forks source link

AutoMod offender events no longer showing up #2818

Closed pajlada closed 11 months ago

pajlada commented 3 years ago

Describe your issue

As a user, I expect to be notified when AutoMod catches my message. However, as of a few days ago, this no longer happens.

My understanding is that the PubSub topic we used to use for this no longer provides that data, and we have to migrate over to the following PubSub topic to get the functionality back: user-moderation-notifications.USERID.CHANNELID

pajlada commented 3 years ago

Documentation can be seen here

pajlada commented 11 months ago

This has been fixed image

iProdigy commented 11 months ago

Note: we still haven't implemented the user-moderation-notifications topic (which is completely fine, especially with an eventsub topic around the corner) -- twitch simply reverted the behavior where they stopped sending automod_message_rejected over chat_moderator_actions (so our old pubsub handler started working again)