forked-synapse/synapse/replication/http
Sean Quah a559c8b0d9
Respect the @cancellable flag for ReplicationEndpoints (#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 Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
_base.py Respect the @cancellable flag for ReplicationEndpoints (#12700) 2022-05-11 12:25:39 +01:00
account_data.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
devices.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
federation.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
login.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
membership.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
presence.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
push.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
register.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
send_event.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
streams.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00