Closed gempir closed 3 years ago
Unfortunate, but still interesting though.
If we ever want to built upon this for moderating purposes, like highlighting new accounts in general, FFZ has a pretty smart implementation based on the incremental way userids are generated currently.
https://github.com/FrankerFaceZ/Add-Ons/blob/master/src/new-account-highlighter/index.js
Let's hope that the tag is sent to everyone. Related: https://github.com/Chatterino/chatterino2/issues/2525#issuecomment-804848697
Done in #3267
Describe your issue It's hard to see new viewers in chat, that's why Twitch has recently implemented an new feature that will highlight the first message of a user in chat.
Chatterino could highlight these messages as well. Maybe something similar to Channel Point Redemption Messages equally configurable.
https://twitter.com/TwitchSupport/status/1403049576278417425
Example first message:
Seems the tag
first-msg=1
can be used to detect this kind of message.