MatrixSynapse/synapse/replication/http
realtyem c15e9a0edb
Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)
2022-11-16 22:16:25 +00:00
..
__init__.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
_base.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
account_data.py
devices.py Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400) 2022-11-16 22:16:25 +00:00
federation.py Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
login.py
membership.py
presence.py
push.py
register.py Fallback if 'approved' isn't included in a registration replication request (#14135) 2022-10-11 14:41:06 +02:00
send_event.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
send_events.py Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
state.py Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
streams.py