summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2024-07-30 09:51:24 +0100
committerGitHub <noreply@github.com>2024-07-30 09:51:24 +0100
commit808dab0699c2e5f52e9153650323ed93b0bc4c25 (patch)
tree9613e54a03963fd99e12f7911cce58dfda10eca5 /changelog.d
parentOnly send rooms with updates down sliding sync (#17479) (diff)
downloadsynapse-808dab0699c2e5f52e9153650323ed93b0bc4c25.tar.xz
Fix `failures` property in `/keys/query` (#17499)
Fixes: https://github.com/element-hq/synapse/issues/17498
Fixes: https://github.com/element-hq/element-web/issues/27867
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17499.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17499.bugfix b/changelog.d/17499.bugfix
new file mode 100644
index 0000000000..5cb7b3c30e
--- /dev/null
+++ b/changelog.d/17499.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.110.0 which caused `/keys/query` to return incomplete results, leading to high network activity and CPU usage on Matrix clients.