MatrixSynapse/synapse
Sean Quah a559c8b0d9
Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700)
While `ReplicationEndpoint`s register themselves via `JsonResource`,
they pass a method that calls the handler, instead of the handler itself,
to `register_paths`. As a result, `JsonResource` will not correctly pick
up the `@cancellable` flag and we have to apply it ourselves.

Signed-off-by: Sean Quah <seanq@element.io>
2022-05-11 12:25:39 +01:00
..
_scripts
api
app
appservice
config
crypto Fix typechecker problems exposed by signedjson 1.1.2 (#12326) 2022-03-29 21:37:50 +00:00
events Refactor `EventContext` (#12689) 2022-05-10 19:43:13 +00:00
federation
groups
handlers
http
logging Use `getClientAddress` instead of `getClientIP`. (#12599) 2022-05-04 14:11:21 -04:00
metrics
module_api
push
replication Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) 2022-05-11 12:25:39 +01:00
res
rest
server_notices Update the server notices user profile in room if changed. (#12115) 2022-04-08 07:51:27 -04:00
spam_checker_api
state
static
storage
streams Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py