summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-01-10 14:31:35 +0000
committerGitHub <noreply@github.com>2024-01-10 14:31:35 +0000
commit578c5c736e4ca2479c8b72b5e9ac20cd7acde0e8 (patch)
treec1691e4db32a6108553e1f744f00dd13ad9a1a5f /changelog.d
parentSplit up deleting devices into batches (#16766) (diff)
downloadsynapse-578c5c736e4ca2479c8b72b5e9ac20cd7acde0e8.tar.xz
Reduce amount of state pulled out when querying federation hierachy (#16785)
There are two changes here:

1. Only pull out the required state when handling the request.
2. Change the get filtered state return type to check that we're only
querying state that was requested

---------

Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16785.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16785.misc b/changelog.d/16785.misc
new file mode 100644
index 0000000000..4de185c5dd
--- /dev/null
+++ b/changelog.d/16785.misc
@@ -0,0 +1 @@
+Reduce amount of state pulled out when querying federation hierachy.