summary refs log tree commit diff
path: root/changelog.d/17537.misc
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-08-09 11:59:44 +0100
committerGitHub <noreply@github.com>2024-08-09 11:59:44 +0100
commit70b0e386032ed2f3ecf25fcf9a4b6c31335ffdc4 (patch)
treeaf2d4124991c6044485d7fdf203a24b8c21c7410 /changelog.d/17537.misc
parentStart handlers for new media endpoints when media resource configured (#17483) (diff)
downloadsynapse-70b0e386032ed2f3ecf25fcf9a4b6c31335ffdc4.tar.xz
Fix performance of device lists in `/key/changes` and sliding sync (#17537) HEAD develop
We do this by reusing the code from sync v2.

Reviewable commit-by-commit. The function `get_user_ids_changed` has
been rewritten entirely, so I would recommend not looking at the diff.
Diffstat (limited to 'changelog.d/17537.misc')
-rw-r--r--changelog.d/17537.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17537.misc b/changelog.d/17537.misc
new file mode 100644
index 0000000000..861b241dcd
--- /dev/null
+++ b/changelog.d/17537.misc
@@ -0,0 +1 @@
+Fix performance of device lists in `/key/changes` and sliding sync.