MatrixSynapse/synapse/replication/http
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
..
__init__.py
_base.py Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) 2022-05-11 12:25:39 +01:00
account_data.py
devices.py
federation.py
login.py
membership.py
presence.py
push.py
register.py
send_event.py
streams.py