Open ara4n opened 2 months ago
This isn't related to SSS. It has never worked. The SDK knows the latest event has been updated but the update information isn't propagated to the app. Maybe it can come back with https://github.com/matrix-org/matrix-rust-sdk/issues/3802.
huh, i thought you fixed it in https://github.com/element-hq/element-x-ios/issues/1294?
The app doesn't call Room::latest_event
when it's updated. That's the only problem. Let me coordinate with @stefanceriu.
@stefanceriu it sounds like this is intended to work (and also causes the badge state to lag and the app to feel unresponsive). while not a showstopper it does make the app feel laggy for sure. can we do something?
@Hywan and I talked about it starting here https://matrix.to/#/!kCCQTCfnABLKGGvQjo:matrix.org/$MfKhgm86vY-yjh8VjrdxI3BvTkMHboN2yzVbKxYxSKc?via=matrix.org&via=element.io&via=one.ems.host
The TL;DR; is that the APIs we have at our disposal at the moment aren't enough to fix this (the RoomListService isn't aware of Timeline changes) and that the EventCache might be the right place to tackle this in as a higher level API. We also need to finall switch to using pure DTOs for passing room list data over to the apps.
Steps to reproduce
Outcome
What did you expect?
Room previews should show local echo, in order for the app to feel fast.
This is effectively a regression of https://github.com/element-hq/element-x-ios/issues/1294
It's also entangled with https://github.com/element-hq/element-x-ios/issues/1775
Your phone model
No response
Operating system version
No response
Application version
679
Homeserver
matrix.org
Will you send logs?
No