forked-synapse/synapse/rest
Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885)
This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
2021-09-23 07:13:34 -04:00
..
admin Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
client Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
consent Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
key Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
media Include more information in oEmbed previews. (#10819) 2021-09-22 09:45:20 -04:00
synapse Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
__init__.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
health.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
well_known.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00