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
This is a bug found by Hans while testing element-hq/element-meta#2395.
A display name instead of a matrix id like on EW:
The invite event has a displayname field:
displayname
{ "content": { "displayname": "testiosr123", "is_direct": true, "membership": "invite" }, "origin_server_ts": 1663321374100, "sender": "@Manu:matrix.org", "state_key": "@testiosr123:matrix.org", "type": "m.room.member", "unsigned": { "age": 52463967527 }, "event_id": "$ryCuR93bduTjs-u5CPZQPNPnZZK_AQtp2_4Ys2SUXxk", "room_id": "!hQMQdhNMYBzbNfRaKh:matrix.org" }
The text was updated successfully, but these errors were encountered:
Added matrix-org/matrix-rust-sdk#3428 as a first step to get the required display name.
Sorry, something went wrong.
jmartinesp
Successfully merging a pull request may close this issue.
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: