summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-08-10 13:03:39 +0100
committerSean Quah <seanq@matrix.org>2022-08-10 13:08:02 +0100
commitad8a2b3c6ec9a454e3617adcb9790705ecd6b5fd (patch)
tree0fea65be2468c06a72e5259448ff0abf27723b82
parentDig up memberships for lazy-loading syncs in partial state rooms (diff)
downloadsynapse-squah/faster_room_joins_unblock_lazy_loading_sync_1.tar.xz
-rw-r--r--changelog.d/13477.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13477.misc b/changelog.d/13477.misc
new file mode 100644
index 0000000000..5d21ae9d7a
--- /dev/null
+++ b/changelog.d/13477.misc
@@ -0,0 +1 @@
+Faster room joins: Avoid blocking lazy-loading `/sync`s during partial joins due to remote memberships. Pull remote memberships from auth events instead of the room state.