-
The PR #5056 adds support for showing messages from restricted users and suspicious users updates, but not messages because of some message duplication problems. I wanna ask if it is possible to mark messages from suspicious users (not just restricted). I have some Twitch mod friends who would love to get into Chatterino, but are waiting for just this feature to get in. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
We cannot do that. Twitch does not have an API for this. Twitch might give us one after years of waiting (and it will probably not be usable because it might happen to be restricted to broadcaster-usage only). |
Beta Was this translation helpful? Give feedback.
-
Flagging monitored messages using the pubsub topic is possible, but involves more complexity than rendering restricted messages currently (especially if we want to accurately render emotes, links, mentions) This feature is currently on-hold until we add EventSub support (step 1 is #4962), as pubsub is deprecated and the chat-over-eventsub parser could also be used for suspicious messages once Twitch fixes twitchdev/issues#947 |
Beta Was this translation helpful? Give feedback.
Flagging monitored messages using the pubsub topic is possible, but involves more complexity than rendering restricted messages currently (especially if we want to accurately render emotes, links, mentions)
This feature is currently on-hold until we add EventSub support (step 1 is #4962), as pubsub is deprecated and the chat-over-eventsub parser could also be used for suspicious messages once Twitch fixes twitchdev/issues#947