forked-synapse/synapse/rest
Patrick Cloke b93259082c
Add missing type hints to non-client REST servlets. (#10817)
Including admin, consent, key, synapse, and media. All REST servlets
(the synapse.rest module) now require typed method definitions.
2021-09-15 08:45:32 -04:00
..
admin Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
client Verify ?chunk_id actually corresponds to an insertion event that exists (MSC2716) (#10776) 2021-09-15 09:34:30 +01:00
consent Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
key Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
media Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
synapse Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -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