forked-synapse/synapse/handlers/ui_auth
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
..
__init__.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
checkers.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00