From 2fba1076c56e76410fd901120f0e8df2ef33d1c4 Mon Sep 17 00:00:00 2001 From: Sean Quah <8349537+squahtx@users.noreply.github.com> Date: Tue, 31 May 2022 15:50:29 +0100 Subject: Faster room joins: Try other destinations when resyncing the state of a partial-state room (#12812) Signed-off-by: Sean Quah --- changelog.d/12812.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12812.misc (limited to 'changelog.d/12812.misc') diff --git a/changelog.d/12812.misc b/changelog.d/12812.misc new file mode 100644 index 0000000000..53cb936a02 --- /dev/null +++ b/changelog.d/12812.misc @@ -0,0 +1 @@ +Try other homeservers when re-syncing state for rooms with partial state. -- cgit 1.5.1