MatrixSynapse/synapse/rest
Erik Johnston c9c544cda5
Remove `ChainedIdGenerator`. (#8123)
It's just a thin wrapper around two ID gens to make `get_current_token`
and `get_next` return tuples. This can easily be replaced by calling the
appropriate methods on the underlying ID gens directly.
2020-08-19 13:41:51 +01:00
..
admin
client Remove `ChainedIdGenerator`. (#8123) 2020-08-19 13:41:51 +01:00
consent Remove unnecessary maybeDeferred calls (#8044) 2020-08-07 09:44:48 -04:00
key Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
media Remove unnecessary maybeDeferred calls (#8044) 2020-08-07 09:44:48 -04:00
oidc
saml2
__init__.py
health.py
well_known.py