Matthew Hodgson
Matthew Hodgson
This might also be related to https://github.com/matrix-org/matrix-rust-sdk/issues/4051
(same symptoms as https://github.com/element-hq/element-x-ios/issues/3478)
Saw the first instance of this going horribly wrong on Thursday where someone joined a customer call with a silly/random displayname and had no idea that everyone was seeing it...
 https://github.com/element-hq/element-x-ios/issues/2958
@kegsay kindly dug into this and discovered the root cause is that EX is managing to show the timeline without subscribing to it, hence hence the messages not showing up....
this is still happening badly on 493 - just had a ~60s delay
https://github.com/element-hq/element-x-ios/pull/2351 should have fixed this but looks like it didn't
i tried this twice, btw; it looked to be consistent on my account
i haven't seen this in a while (but it might be because i keep logging in via QR these days...)
I’m counting this as a bug, given ability to join by url is a pretty fundamental missing feature on desktop. You can workaround it via the /join command (which undocumentedly...