diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-03-14 17:52:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 17:52:58 +0000 |
commit | 8e5706d14448c0fe8d1c55eaca38a672c701d7a9 (patch) | |
tree | 3924f0a5c5ce6656672d43b39b84e0afffc3ae74 | |
parent | Add `delay_cancellation` utility function (#12180) (diff) | |
download | synapse-8e5706d14448c0fe8d1c55eaca38a672c701d7a9.tar.xz |
Fix broken background updates when using sqlite with `enable_search` off (#12215)
Signed-off-by: Sean Quah <seanq@element.io>
-rw-r--r-- | changelog.d/12215.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/search.py | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/changelog.d/12215.bugfix b/changelog.d/12215.bugfix new file mode 100644 |