-
Notifications
You must be signed in to change notification settings - Fork 626
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
[Matrix] Matterbridge always uses the latest room specific display name everywhere #1336
Comments
Question / Suggestion: |
It's not supported yet upstream, so maybe when the matrix API has support for this we can integrate it. |
Per-room profiles are supported upstream, they have existed since the beginning. That MSC is primarily for space-wide profiles.
GET {
"membership": "join",
"displayname": "user",
"avatar_url": "mxc://example.com/mediaid"
} |
Describe the bug
When I change my room display name in one room, I suddenly see it as my name through the Matterbridge instance everywhere.
To Reproduce
/devtools
, explore room state,m.room.id
, change your display name, send the event/myroomnick
Expected behavior
I expect to see the original name in where I didn't change my name.
Screenshots/debug logs
I cannot debug logs now.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: