-
Notifications
You must be signed in to change notification settings - Fork 115
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
Holes in the room list #396
Comments
This is still happening, on "filled" rooms as it seems. Needs more debuggin, reopening. |
Tracked this down to a RustSDK problem in which the pos query param isn't incremented correct and list diff operations are applied multiple times, which can create duplicates in both filled and invalidated rooms. |
We have worked around this client side here but the underlying issue still remains. I've added a lot more logging around the issue to at least give us an idea what to look for. The problem here is that it's reproducible but very hard to track down exactly why it happens and on what level |
We haven't seen this for quite some time now so let's close it but leave the duplication detection logging in just in case. This will all be improved anyway when merging lists directly on the rust side |
actually, i guess this is now #1157 |
Some holes can appear when scrolling in the room list. There are of 2 types. We can have blank cells or default placeholders:
Note there is a 3rd type of hole. When the allRoomsView is enabled, some rooms can hide and show when scrolling slowly. I can share a video in a private matrix room.
The text was updated successfully, but these errors were encountered: