-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Need a way to paginate forwards from the start of a room's timeline #601
Comments
As a cumbersome workaround, we can use MSC3030 to jump to the first event in the room:
|
I think MSC3567 solves this? |
In Synapse,
|
That sounds like a synapse bug rather than a spec one, tbh. (though it does make me wonder: what happens if the local server doesn't have the start of the room history?) |
👍 Can't backfill forwards. It's a weird scenario. |
ok, so it seems like we can close this? The spec at least has a way to do this. @MadLittleMods: if you find synapse doesn't implement it correctly, please can you file a bug over there. |
Sometimes paginating forwards from the very start of a room is a useful thing to do. It's possible if you have the event id of the create event, but otherwise is tricky.
The text was updated successfully, but these errors were encountered: