synapse-product/synapse/replication/http
Patrick Cloke 6d47b7e325
Add a type hint for get_device_handler() and fix incorrect types. ()
This was the last untyped handler from the HomeServer object. Since
it was being treated as Any (and thus unchecked) it was being used
incorrectly in a few places.
2022-11-22 14:08:04 -05:00
..
__init__.py Persist CreateRoom events to DB in a batch () 2022-09-28 10:11:48 +00:00
_base.py Remove redundant types from comments. () 2022-11-16 15:25:24 +00:00
account_data.py Add missing type hints to synapse.replication.http. () 2022-02-08 07:44:39 -05:00
devices.py Add a type hint for get_device_handler() and fix incorrect types. () 2022-11-22 14:08:04 -05:00
federation.py Handle race between persisting an event and un-partial stating a room () 2022-07-05 16:12:52 +01:00
login.py Add missing type hints to synapse.replication.http. () 2022-02-08 07:44:39 -05:00
membership.py Remove HomeServer.get_datastore() () 2022-02-23 11:04:02 +00:00
presence.py Add missing type hints to synapse.replication.http. () 2022-02-08 07:44:39 -05:00
push.py Add missing type hints to synapse.replication.http. () 2022-02-08 07:44:39 -05:00
register.py Fallback if 'approved' isn't included in a registration replication request () 2022-10-11 14:41:06 +02:00
send_event.py Persist CreateRoom events to DB in a batch () 2022-09-28 10:11:48 +00:00
send_events.py Persist CreateRoom events to DB in a batch () 2022-09-28 10:11:48 +00:00
state.py Faster room joins: fix race in recalculation of current room state () 2022-07-07 12:19:31 +00:00
streams.py Add missing type hints to synapse.replication.http. () 2022-02-08 07:44:39 -05:00