Closed Felanbird closed 1 year ago
It's been 2 months so I'm going to assume we are stuck with these changes.
Surely twitch will listen to their 4th most upvoted UserVoice and expose VIPs as an API endpoint at some point
The Helix Get Channel VIPs endpoint gives us User ID, User Login, and User Display Name so we can change the formatting. However, the endpoint is limited to broadcaster only :frowning_face: so while it's now possible for us to improve what the list looks like, it'll only be accessible by broadcasters.
We fixed this issue for the Helix version of /vips
, unfortunately that's only available for the broadcaster of the channel.
It's not gonna get fixed for the IRC variation, as that will require an internal change from Twitch, to something they are deleting anyway. (aka not going to happen)
Twitch has changed the response Chatterino receives when using
/vips
to a case-sensitive variation of display names.The change sort VIPs as follows:
List of things to do: ~1. Figure out if the case-sensitivity is intended (I've already asked a Staff member to see if the case-sensitivity can be changed.)~ a)
If intended,manually sort displaynames to be case-insensitive because it's stupid to be case-sensitive ✅ https://github.com/Chatterino/chatterino2/pull/3696or hopefully have to do nothing. 🙂