diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-11-24 09:10:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 09:10:47 +0100 |
commit | 3b4e1508689cc09eba30509249459a64431558fc (patch) | |
tree | 97d3e50fdf76da72a5e14e21adb78e29459d286c /changelog.d | |
parent | Add another index to `device_lists_changes_in_room` (#14534) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/14515.misc | 1 |
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 |