MatrixSynapse/synapse
Patrick Cloke b7272b73aa
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.
2022-09-22 12:47:49 +00:00
..
_scripts Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
api
app
appservice
config Implementation of MSC3882 login token request (#13722) 2022-09-21 15:12:29 +00:00
crypto
events Don't include redundant prev_state in new events (#13791) 2022-09-20 09:44:38 +01:00
federation Don't include redundant prev_state in new events (#13791) 2022-09-20 09:44:38 +01:00
handlers Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
http Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) 2022-09-15 15:32:25 -05:00
logging
metrics
module_api Add cache invalidation across workers to module API (#13667) 2022-09-21 15:32:01 +02:00
push Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
replication Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
res
rest Last batch of Pydantic for synapse/rest/client/account.py (#13832) 2022-09-21 22:23:44 +01:00
server_notices
spam_checker_api
state Avoid putting rejected events in room state (#13723) 2022-09-16 12:45:04 +01:00
static
storage Properly paginate forward in the /relations API. (#13840) 2022-09-22 12:47:49 +00:00
streams
util Add cache invalidation across workers to module API (#13667) 2022-09-21 15:32:01 +02:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py