summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-09-23 17:55:15 +0100
committerGitHub <noreply@github.com>2022-09-23 17:55:15 +0100
commitf49f73c0da5502792c65d3de1ffd352ceb6af562 (patch)
treee8d5b3977fbedc192df6b8b4a3a1ec26aa0eff22 /changelog.d
parentFix access token leak to logs from proxyagent (#13855) (diff)
downloadsynapse-f49f73c0da5502792c65d3de1ffd352ceb6af562.tar.xz
Faster room joins: Avoid blocking `/keys/changes` (#13888)
Part of the work for #12993.

Once #12993 is fully resolved, we expect `/keys/changes` to behave
sensibly when joined to a room with partial state.

Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13888.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13888.misc b/changelog.d/13888.misc
new file mode 100644
index 0000000000..4ffd9bcede
--- /dev/null
+++ b/changelog.d/13888.misc
@@ -0,0 +1 @@
+Faster room joins: Avoid waiting for full state when processing `/keys/changes` requests.