diff options
author | David Robertson <davidr@element.io> | 2022-06-07 17:33:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 17:33:55 +0100 |
commit | 586bfc6dc0241bdd40376c3314f13b82a5593538 (patch) | |
tree | 2ab1a8b5cfaa5745e7b9db1f09009051e0d432c7 /changelog.d | |
parent | Test cancellation at every `await` during request handling (#12674) (diff) | |
download | synapse-586bfc6dc0241bdd40376c3314f13b82a5593538.tar.xz |
Use dummy fallback engines if imports fail (#12979)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12979.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12979.bugfix b/changelog.d/12979.bugfix new file mode 100644 index 0000000000..6b54408025 --- /dev/null +++ b/changelog.d/12979.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.60 where Synapse would fail to start if the `sqlite3` module was not available. |