element-x-ios icon indicating copy to clipboard operation
element-x-ios copied to clipboard

SSS: rooms often show a list of members rather than their m.room.name.

Open ara4n opened this issue 1 year ago • 2 comments

Steps to reproduce

  1. Open app on SSS
  2. view room list
  3. 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?

image

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

ara4n avatar Sep 11 '24 12:09 ara4n

IMG_9210

as an example for #dendrite:matrix.org being mangled

ara4n avatar Sep 11 '24 12:09 ara4n

another one:

IMG_9249

https://matrix.to/#/!lCKPFDQCcNzeYHQUfd:matrix.org?via=sw1v.org&via=matrix.org&via=envs.net

ara4n avatar Sep 11 '24 12:09 ara4n

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.

ara4n avatar Oct 03 '24 11:10 ara4n

could also cause some of https://github.com/element-hq/element-x-ios/issues/3365

ara4n avatar Oct 03 '24 11:10 ara4n

I believe this has been fixed in the SDK.

pixlwave avatar Nov 08 '24 08:11 pixlwave