summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-03-14 17:52:58 +0000
committerGitHub <noreply@github.com>2022-03-14 17:52:58 +0000
commit8e5706d14448c0fe8d1c55eaca38a672c701d7a9 (patch)
tree3924f0a5c5ce6656672d43b39b84e0afffc3ae74 /changelog.d
parentAdd `delay_cancellation` utility function (#12180) (diff)
downloadsynapse-8e5706d14448c0fe8d1c55eaca38a672c701d7a9.tar.xz
Fix broken background updates when using sqlite with `enable_search` off (#12215)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12215.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12215.bugfix b/changelog.d/12215.bugfix
new file mode 100644
index 0000000000..593b12556b
--- /dev/null
+++ b/changelog.d/12215.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in 1.54.0 that broke background updates on sqlite homeservers while search was disabled.