Replies: 1 comment
-
relevant context (that came after the question that was posed above) from the public cabal
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current implementation of tagging people in message has the following problems:
Wouldn't it better if we modify the implementation to fix the above concerns? A possible solution would be to copy the implementation of discord, which has a structure like
@khubo#4723
- the hash part can be user's public key. Adding@
should make parsing and suggesting easier in the client. Also, it lets one to tag a user anywhere in the message. The last part, hash, can be used to identify the user in case of multiple usernames.p.s : the hash might be an overkill at this point.
Beta Was this translation helpful? Give feedback.
All reactions