summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-28 09:24:40 -0400
committerGitHub <noreply@github.com>2021-09-28 09:24:40 -0400
commiteb2c7e51c460a83b7880eefc66eb9ca6a8adab94 (patch)
tree6e38392e78fa67e2faf9b712a7599ba8a3e911f7 /changelog.d
parentOnly do restricted join rules signature checks for room versions 8/9. (#10927) (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/10915.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10915.misc b/changelog.d/10915.misc
new file mode 100644
index 0000000000..1ce2910ffa
--- /dev/null
+++ b/changelog.d/10915.misc
@@ -0,0 +1 @@
+Clean-up configuration helper classes for the `ServerConfig` class.