MatrixSynapse/synapse/app
Patrick Cloke f44d729d4c
Additional type hints for config module. (#11465)
This adds some misc. type hints to helper methods used
in the `synapse.config` module.
2021-12-01 07:28:23 -05:00
..
__init__.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
_base.py Additional type hints for config module. (#11465) 2021-12-01 07:28:23 -05:00
admin_cmd.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py Expose worker & homeserver as entrypoints in `setup.py` (#11449) 2021-11-30 16:52:45 +00:00
homeserver.py Don't start Synapse master process if `worker_app` is set (#11416) 2021-11-30 10:12:18 -08:00
media_repository.py
phone_stats_home.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
pusher.py
synchrotron.py
user_dir.py