Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Improve online list #29

Open
zachferland opened this issue Feb 19, 2020 · 1 comment
Open

Improve online list #29

zachferland opened this issue Feb 19, 2020 · 1 comment

Comments

@zachferland
Copy link
Contributor

Details pulled from here - 3box/3box-js#703

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

cc @oznekenzo @michaelsena

@oznekenzo
Copy link
Contributor

Yeah, it would be better to show a list of people that are online, not just those that have sent a message. But up to you and Sena whether the time spent enabling that is worth it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants