diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-28 09:24:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 09:24:40 -0400 |
commit | eb2c7e51c460a83b7880eefc66eb9ca6a8adab94 (patch) | |
tree | 6e38392e78fa67e2faf9b712a7599ba8a3e911f7 /synapse/handlers | |
parent | Only do restricted join rules signature checks for room versions 8/9. (#10927) (diff) | |
download | synapse-eb2c7e51c460a83b7880eefc66eb9ca6a8adab94.tar.xz |
Clean-up type hints in server config (#10915)
By using attrs instead of dicts to store configuration. Also updates some of the attrs classes to use proper type hints and auto_attribs.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/pagination.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/handlers/pagination.py b/synapse/handlers/pagination.py |