rakslice / orion

Twitch Client using QT
GNU General Public License v3.0
1 stars 0 forks source link

missing categories and users in those categories in the chat users list #15

Closed rakslice closed 5 years ago

rakslice commented 5 years ago

Orion's chat users list uses a set list of categories, and this list is missing some categories that appear in the Twitch web-based chat users list:

Orion does not show such categories and so the users in those categories are not shown.

The preset list of categories in Orion is partly to provide ordering, as the JSON API response does not necessarily provide an ordering. The order of the categories in the web version is:

For future-proofing we could show unrecognized categories; perhaps they could all be shown alphabetically in a set position in the ordering.

rakslice commented 5 years ago

Fixed in bb2ffea39f58e6f6e0cc6bc2450f8a0a9d5c6b00