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
{{ message }}
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
There is some things that can be done in the chatbox to still improve the experience for online ids/profiles. Now with auth later, users are not included in online list until they send a message. We may want to still auth earlier if you know the user wont have to sign a message. Second you probably want to represent num people/peers in room (not just ones who are on line and sent messages, authed at this point now, so doesnt send user join message till then), if not all are authed we could have a total number of peers, then the listmembers still with addresses/name and number of anonymous peers
If want to show number of total online peers, including anonymous, then we can add a simple helper function to 3box-js as well