summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-30 09:30:44 +0100
committerGitHub <noreply@github.com>2024-07-30 09:30:44 +0100
commit34306be5aa7ebf7913dd28d048887802dc7e079b (patch)
treedf6b87b9abcafb1ddcc4d4f28cd46a03aef19987 /changelog.d
parentSliding Sync: Track whether we have sent rooms down to clients (#17447) (diff)
downloadsynapse-34306be5aa7ebf7913dd28d048887802dc7e079b.tar.xz
Only send rooms with updates down sliding sync (#17479)
Rather than always including all rooms in range.

Also adds a pre-filter to rooms that checks the stream change cache to
see if anything might have happened.

Based on #17447

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17479.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17479.misc b/changelog.d/17479.misc
new file mode 100644
index 0000000000..4502f71662
--- /dev/null
+++ b/changelog.d/17479.misc
@@ -0,0 +1 @@
+Do not send down empty room entries down experimental sliding sync endpoint.