-
- Downloads
Properly paginate forward in the /relations API. (#13840)
This fixes a bug where the `/relations` API with `dir=f` would skip the first item of each page (except the first page), causing incomplete data to be returned to the client.
Showing
- changelog.d/13840.bugfix 1 addition, 0 deletionschangelog.d/13840.bugfix
- synapse/storage/databases/main/relations.py 28 additions, 10 deletionssynapse/storage/databases/main/relations.py
- synapse/storage/databases/main/stream.py 3 additions, 3 deletionssynapse/storage/databases/main/stream.py
- tests/rest/client/test_relations.py 28 additions, 1 deletiontests/rest/client/test_relations.py
Loading
Please register or sign in to comment