-
Notifications
You must be signed in to change notification settings - Fork 731
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
Repeated timeline, many read receipts #5166
Comments
So back pagination is like reloading the same page again |
It's easy to reproduce when you are at the "start" of a timeline (/messages doesn't return any new events), but it seems to happen in other cases too. |
There is a difference between an empty pagination result on conduit.rs and synapse. Synapse
Conduit
Looks like somehow android is expected the end to be set, wich as per spec shouldn't
|
Quikly confirmed by updating android code to use start for end when chunk is empty and it's working fine |
I've hit something very similar on SchildiChat based on 1.4.4 with synapse 1.54.0. |
I reproduced a repeating never-ending timeline a lot when I had to use Element Android on a trip ( |
Just downloaded SchildiChat on my Android device and joined the beta. After it updated to the beta version, signed into my homeserver -- exact same issue as with Element. |
Sure you have the right version? (Note we distribute betas on our own fdroid server, google play betas are usually outdated) |
This also happens on synapse if you have a version > 1.6 (matrix-org/synapse#12903) |
For the paper trail and future digital archaeologists, the Synapse versions triggering this bug are > 1.61.0 |
Steps to reproduce
Log in to a conduit account.
Accept a federated invite into a new room.
The problem seems to be related to the limited flag for syncs or the /messages endpoint.
Outcome
Your phone model
Operating system version
Application version and app store
Homeserver
conduit.rs
Will you send logs?
No
The text was updated successfully, but these errors were encountered: