Open ynemeziday opened 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
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.
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.
public Set<String> getModsOnline()
from Twirk.java returning empty set, even if moderators present on channel and typing in chat. Althoughpublic Set<String> getUsersOnline()
is working properly.