diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-14 20:42:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 20:42:03 +0000 |
commit | 6d02eb22dfde9551c515acaf73503e2500e00eaf (patch) | |
tree | 5a427640a3ae918a569b106c210751bf8840f588 /changelog.d | |
parent | Various clean-ups to the logging context code (#8935) (diff) | |
download | synapse-6d02eb22dfde9551c515acaf73503e2500e00eaf.tar.xz |
Fix startup failure with localdb_enabled: False (#8937)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8937.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8937.bugfix b/changelog.d/8937.bugfix new file mode 100644 index 0000000000..01e1848448 --- /dev/null +++ b/changelog.d/8937.bugfix @@ -0,0 +1 @@ +Fix bug introduced in Synapse v1.24.0 which would cause an exception on startup if both `enabled` and `localdb_enabled` were set to `False` in the `password_config` setting of the configuration file. |