diff options
author | Nektarios Katakis <iam@nektarioskatakis.xyz> | 2020-03-26 17:13:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:13:14 +0000 |
commit | 825fb5d0a5699fb5b5eef9a8c2170d0c76158001 (patch) | |
tree | 9051233229b566ef02539dd98b46c732192eadec /changelog.d | |
parent | Allow server admins to define and enforce a password policy (MSC2000). (#7118) (diff) | |
download | synapse-825fb5d0a5699fb5b5eef9a8c2170d0c76158001.tar.xz |
Don't default to an invalid sqlite config if no database configuration is provided (#6573)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6573.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6573.bugfix b/changelog.d/6573.bugfix new file mode 100644 index 0000000000..1bb8014db7 --- /dev/null +++ b/changelog.d/6573.bugfix @@ -0,0 +1 @@ +Don't attempt to use an invalid sqlite config if no database configuration is provided. Contributed by @nekatak. |