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
When clicking a user's display name ("DN") in chat history, the DN is inserted in the composer to mention them. If the DN changed after the post you want to mention them from, the old DN is inserted regardless. This breaks the mention function, unless a client keeps a list of all former DNs - which riot does not.
Expected behavior
Instead, I'd expect riot to either
insert the localpart instead, which can lead to unclarity, because we usually only see the current DN
This is a tricky one - all potential behaviours could be a little bit jarring, but I think you're right - the intended behaviour is to mention somebody, so perhaps fetching and inserting the user's current DN might be the least obstructive.
When clicking a user's display name ("DN") in chat history, the DN is inserted in the composer to mention them. If the DN changed after the post you want to mention them from, the old DN is inserted regardless. This breaks the mention function, unless a client keeps a list of all former DNs - which riot does not.
Expected behavior
Instead, I'd expect riot to either
Version information
The text was updated successfully, but these errors were encountered: