MatrixSynapse/synapse/api
Patrick Cloke 01c88a09cd
Use direct references for some configuration variables (#10798)
Instead of proxying through the magic getter of the RootConfig
object. This should be more performant (and is more explicit).
2021-09-13 13:07:12 -04:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
auth.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
auth_blocking.py Add type hints to auth and auth_blocking. (#9876) 2021-04-23 12:02:16 -04:00
constants.py Add a constant for m.federate. (#10775) 2021-09-08 10:00:43 -04:00
errors.py Validate device_keys for C-S /keys/query requests (#10593) 2021-08-20 15:47:03 +01:00
filtering.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
presence.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
ratelimiting.py Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
room_versions.py Prefer room v9 for restricted rooms. (#10772) 2021-09-09 07:37:33 -04:00
urls.py Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00