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 | |
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.
-rw-r--r-- | changelog.d/6793.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/monthly_active_users.py | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.d/6793.bugfix b/changelog.d/6793.bugfix new file mode 100644 |