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 /synapse | |
| 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 '')
| -rw-r--r-- | synapse/storage/data_stores/main/monthly_active_users.py | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/synapse/storage/data_stores/main/monthly_active_users.py b/synapse/storage/data_stores/main/monthly_active_users.py | 
