summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-06-07 17:33:55 +0100
committerGitHub <noreply@github.com>2022-06-07 17:33:55 +0100
commit586bfc6dc0241bdd40376c3314f13b82a5593538 (patch)
tree2ab1a8b5cfaa5745e7b9db1f09009051e0d432c7 /changelog.d
parentTest cancellation at every `await` during request handling (#12674) (diff)
downloadsynapse-586bfc6dc0241bdd40376c3314f13b82a5593538.tar.xz
Use dummy fallback engines if imports fail (#12979)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12979.bugfix1
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.