-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
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
MVP 7 Mentions #7117
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
➤ Hester Bruikman commented: Rachel Hamlin considering this discuss post. Perhaps mentions need to be higher on the priority list. Seems like a first step to #viral #dapp #mentions https://discuss.status.im/t/friend-to-friend-content-discovery-community-feeds/1212/2 |
Problem
Design
Figma for mentions
Figma for notifications
Implementation
There is two ways to implement this feature.
Keywords
A user could specify a list of keywords that would be used in a regexp search to check if they are contained in the messages that are received. Keywords will be highlighted in chats
The search needs to be done upon reception of each message
Real mentions
When mentioning someone using his public key, username or random username, the mention is replaced by the public key of the user. In the chat people will see the random name by default or the username corresponding to the public key if they know it. If it is the user public key that his mention it will be highlighted.
Mentions are sent as a separate field in the message.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: