diff options
author | Sean Quah <seanq@matrix.org> | 2022-08-10 13:03:39 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-08-10 13:08:02 +0100 |
commit | ad8a2b3c6ec9a454e3617adcb9790705ecd6b5fd (patch) | |
tree | 0fea65be2468c06a72e5259448ff0abf27723b82 | |
parent | Dig up memberships for lazy-loading syncs in partial state rooms (diff) | |
download | synapse-github/squah/faster_room_joins_unblock_lazy_loading_sync_1.tar.xz |
Add newsfile github/squah/faster_room_joins_unblock_lazy_loading_sync_1 squah/faster_room_joins_unblock_lazy_loading_sync_1
-rw-r--r-- | changelog.d/13477.misc | 1 |
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. |