forked-synapse/synapse/replication/http
Richard van der Hoff e24ff8ebe3
Remove HomeServer.get_datastore() (#12031)
The presence of this method was confusing, and mostly present for backwards
compatibility. Let's get rid of it.

Part of #11733
2022-02-23 11:04:02 +00:00
..
__init__.py Add missing type hints to synapse.replication.http. (#11856) 2022-02-08 07:44:39 -05:00
_base.py Better error message when failing to request from another process (#12060) 2022-02-22 15:52:08 +00: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