SSS: rooms often show a list of members rather than their m.room.name.
Steps to reproduce
- Open app on SSS
- view room list
- some rooms (specific rooms - e.g. #webrtc:matrix.org and #dendrite:matrix.org) quite consistently show the right avatar, but don't use m.room.name to display the name.
Theory: this is a backend bug where state confusion means the synapse isn't sending the m.room.name to the client at all.
Outcome
What did you expect?
Reliable room names
What happened instead?
This was previously misfiled at https://github.com/element-hq/element-x-ios/issues/3178
Your phone model
No response
Operating system version
No response
Application version
704
Homeserver
matrix.org
Will you send logs?
Yes
as an example for #dendrite:matrix.org being mangled
another one:
https://matrix.to/#/!lCKPFDQCcNzeYHQUfd:matrix.org?via=sw1v.org&via=matrix.org&via=envs.net
the problem here is that rust sdk should present the canonical alias a room name if a room has no explicit room name (but does have a canonical alias set). and it doesn’t.
could also cause some of https://github.com/element-hq/element-x-ios/issues/3365
I believe this has been fixed in the SDK.