You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing this library for a bit now and it seems to be great. though i am trying to find a way to trigger the /names function to get the current list of users of a channel.
I'm aware of
channels['#channel']['users']
though it is not updated once a new users joins a channel- is there any alternative that i might have overlooked?
thanks!
The text was updated successfully, but these errors were encountered:
(I have not checked my GitHub notifications in ages, I'm so sorry!)
I believe WHO/WHOX functionality may be the closest what you're looking for, although the user list of a channel should always be up-to-date, and if it's not that's definitely a bug. :(
Do you have any idea of the circumstances under which that happened?
hello there,
I've been testing this library for a bit now and it seems to be great. though i am trying to find a way to trigger the /names function to get the current list of users of a channel.
I'm aware of
though it is not updated once a new users joins a channel- is there any alternative that i might have overlooked?
thanks!
The text was updated successfully, but these errors were encountered: