diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-28 13:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 13:05:24 +0000 |
commit | bdbeeb94ecc8e99f1401174df220a38e130db164 (patch) | |
tree | 80d87cea462e3b296c5af57a4a941f41fbaa4bea /changelog.d/6793.bugfix | |
parent | Fixup changelog (diff) | |
download | synapse-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/6793.bugfix')
-rw-r--r-- | changelog.d/6793.bugfix | 1 |
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. |