Skip to content
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

Open
ara4n opened this issue Sep 19, 2018 · 0 comments
Open

Pagination token may be missing when joining a room over federation #3915

ara4n opened this issue Sep 19, 2018 · 0 comments
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)

Comments

@ara4n
Copy link
Member

ara4n commented Sep 19, 2018

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.

@neilisfragile neilisfragile added z-p2 (Deprecated Label) z-bug (Deprecated Label) labels Oct 5, 2018
@MadLittleMods MadLittleMods added A-Federation A-Federated-Join joins over federation generally suck A-Sync defects related to /sync T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. labels Mar 26, 2022
@squahtx squahtx added S-Minor Blocks non-critical functionality, workarounds exist. O-Uncommon Most users are unlikely to come across this or unexpected workflow labels Oct 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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)
Projects
None yet
Development

No branches or pull requests

4 participants