We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once multiple peers join a chat room, the UI should help you distinguish who the messages are coming from.
Identicons are a common way to do create unique visual identifiers.
Render an identicon next to each message in the chat UI based on the peer ID.
Note that this requires that all messages are signed; otherwise, the originating peer ID is not included in the message.
The text was updated successfully, but these errors were encountered:
done by @jochasinga in #14
Sorry, something went wrong.
No branches or pull requests
Background
Once multiple peers join a chat room, the UI should help you distinguish who the messages are coming from.
Identicons are a common way to do create unique visual identifiers.
Details
Render an identicon next to each message in the chat UI based on the peer ID.
Note that this requires that all messages are signed; otherwise, the originating peer ID is not included in the message.
The text was updated successfully, but these errors were encountered: