summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-28 13:05:24 +0000
committerGitHub <noreply@github.com>2020-01-28 13:05:24 +0000
commitbdbeeb94ecc8e99f1401174df220a38e130db164 (patch)
tree80d87cea462e3b296c5af57a4a941f41fbaa4bea /changelog.d
parentFixup changelog (diff)
downloadsynapse-bdbeeb94ecc8e99f1401174df220a38e130db164.tar.xz
Fix setting `mau_limit_reserved_threepids` config (#6793)
Calling the invalidation function during initialisation of the data
stores introduces a circular dependency, causing Synapse to fail to
start.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6793.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6793.bugfix b/changelog.d/6793.bugfix
new file mode 100644
index 0000000000..564d4596ea
--- /dev/null
+++ b/changelog.d/6793.bugfix
@@ -0,0 +1 @@
+Fix bug where setting `mau_limit_reserved_threepids` config would cause Synapse to refuse to start.