summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-03 14:13:11 +0100
committerGitHub <noreply@github.com>2022-10-03 13:13:11 +0000
commit606b2d9009f0a3e70056dec7e9cdccd0c0d7afed (patch)
tree362ad2d7eb0f44913c085144caeee85190ef2726 /changelog.d
parentRefactor `_get_e2e_device_keys_txn` to split large queries (#13956) (diff)
downloadsynapse-606b2d9009f0a3e70056dec7e9cdccd0c0d7afed.tar.xz
Add cache to `get_partial_state_servers_at_join` (#14013)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14013.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14013.misc b/changelog.d/14013.misc
new file mode 100644
index 0000000000..499e488c35
--- /dev/null
+++ b/changelog.d/14013.misc
@@ -0,0 +1 @@
+Faster room joins: Send device list updates to most servers in rooms with partial state.