You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
If you have a batch of messages for a given room from /sync beginning at a certain prev_batch, then obtain an earlier token by requesting a previous batch using /messages?dir=b, and then request events from the resulting batch token back to the prev_batch from /sync using /messages?dir=f, you should receive the same set of events, assuming nothing weird got added to the event graph in the intervening time. Instead, the final event in the second set of events consistently duplicates the first event in the sync response.