Gikkman / Java-Twirk

Small, basic library for communication via the Twitch chat. Java 8 compatible
MIT License
54 stars 22 forks source link

Moderators set not available #19

Open ynemeziday opened 4 years ago

ynemeziday commented 4 years ago

public Set<String> getModsOnline() from Twirk.java returning empty set, even if moderators present on channel and typing in chat. Although public Set<String> getUsersOnline() is working properly.

Gikkman commented 4 years ago

Thanks for the report. I'll try to see if I can find the reason for why this happens. I won't be able to include it in 0.6, but I'll see if I can figure it out till 0.7

Gikkman commented 4 years ago

This might also be related to #23, like many other things. Worth investigating whether the mod tag is already removed, or if it is still being sent from Twitch.

Gikkman commented 2 years ago

So, a long time ago, twitch sent you a list of what moderators were online when you connected to chat. From what I can tell, it doesn't seem like they do that anymore. Thus, I will need to deprecate this feature, and remove it in a future update. I'll leave this ticket open until I've really removed the feature.

This is probably still achievable using their Websocket API, but you will need to have a separate library for that.