-
Notifications
You must be signed in to change notification settings - Fork 100
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
"You invited %1$@" still shows a matrix id #2846
Comments
It is fixed on EXA but not on EXI. See internal discussions. Probably related, we display a user id in |
By checking the code I see that all our membership change events in the codebase were using the user ID instead of the display name, this is because EX-iOS was not suing the displayName coming from the Rust side that is attached to a |
This is most of the time exact, @Velin92 . We want to avoid to display matrix ids most of the time. So, we should try to use the display name first. If not available, we default on the matrix id. However, we want to display matrix ids when the user changes their display name or avatar and when there are banned as the display name can contain explicit content. |
Steps to reproduce
This is a bug found by Hans while testing element-hq/element-meta#2395.
Outcome
What did you expect?
A display name instead of a matrix id like on EW:
The invite event has a
displayname
field:The text was updated successfully, but these errors were encountered: