MatrixSynapse/synapse/app
Patrick Cloke 380c3d40f4
Return JSON errors for unknown resources under /matrix/client. (#11930)
Re-applies the changes from 3e0cfd447e (#11602),
reverting d93ec0a0ba (#11764) now that the conflict
with the webclient listener was fixed in 119edf51eb (#11895).
2022-02-08 07:06:25 -05:00
..
__init__.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
_base.py Check that `gc` method is available before using in `synapse/app/_base` (#11816) 2022-01-25 10:35:18 -08: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 Return JSON errors for unknown resources under /matrix/client. (#11930) 2022-02-08 07:06:25 -05: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