summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorrealtyem <realtyem@gmail.com>2022-11-22 15:33:58 -0600
committerGitHub <noreply@github.com>2022-11-22 21:33:58 +0000
commitdf390a8e676f514f3deecdcc2d12a6cc6b9e8e1d (patch)
tree951e0015cde27c4da5a2ae482c8735f89fa41ec4 /changelog.d
parentAdd more prompts to bug report form (#14522) (diff)
downloadsynapse-df390a8e676f514f3deecdcc2d12a6cc6b9e8e1d.tar.xz
Refactor `federation_sender` and `pusher` configuration loading. (#14496)
To avoid duplicating the same logic for handling legacy configuration
settings.

This should help in applying similar logic to other worker types.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14496.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14496.misc b/changelog.d/14496.misc
new file mode 100644
index 0000000000..57fc6cf452
--- /dev/null
+++ b/changelog.d/14496.misc
@@ -0,0 +1 @@
+Refactor `federation_sender` and `pusher` configuration loading.