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
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:
This issue has been migrated from #3915.
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: