summary refs log tree commit diff
path: root/changelog.d/14515.misc
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-11-24 09:10:47 +0100
committerGitHub <noreply@github.com>2022-11-24 09:10:47 +0100
commit3b4e1508689cc09eba30509249459a64431558fc (patch)
tree97d3e50fdf76da72a5e14e21adb78e29459d286c /changelog.d/14515.misc
parentAdd another index to `device_lists_changes_in_room` (#14534) (diff)
downloadsynapse-3b4e1508689cc09eba30509249459a64431558fc.tar.xz
Faster joins: use servers list approximation in `assert_host_in_room` (#14515)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'changelog.d/14515.misc')
-rw-r--r--changelog.d/14515.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14515.misc b/changelog.d/14515.misc
new file mode 100644
index 0000000000..a0effb4dbe
--- /dev/null
+++ b/changelog.d/14515.misc
@@ -0,0 +1 @@
+Faster joins: use servers list approximation received during `send_join` (potentially updated with received membership events) in `assert_host_in_room`.
\ No newline at end of file