This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Pagination token may be missing when joining a room over federation #3915
Labels
A-Federated-Join
joins over federation generally suck
A-Federation
A-Sync
defects related to /sync
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-bug
(Deprecated Label)
z-p2
(Deprecated Label)
This is the synapse side of element-hq/element-web#7335.
Looks like there may be some bug where your /sync on joining a remote room does not contain a pagination token, so you can't paginate backwards. If you later re-/sync you get a valid pagination token. It feels like there's a
if len(local dag) == 0: pagination_token = None
somewhere in synapse.The text was updated successfully, but these errors were encountered: