Java-Twirk icon indicating copy to clipboard operation
Java-Twirk copied to clipboard

Moderators set not available

Open ynemeziday opened this issue 5 years ago • 3 comments

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.

ynemeziday avatar Feb 13 '20 09:02 ynemeziday

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 avatar Apr 05 '20 16:04 Gikkman

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 avatar Apr 14 '20 20:04 Gikkman

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.

Gikkman avatar Jan 15 '22 21:01 Gikkman