From d38c73e9abbd7fe40f4f24d4c96107415e6f15a1 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 18 May 2022 20:33:57 +0200 Subject: Skip waiting for full state if a StateFilter does not require it (#12498) If `StateFilter` specifies a state set which we will have regardless of state-syncing, then we may as well return it immediately. --- changelog.d/12498.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12498.misc (limited to 'changelog.d/12498.misc') diff --git a/changelog.d/12498.misc b/changelog.d/12498.misc new file mode 100644 index 0000000000..8a00b94fbe --- /dev/null +++ b/changelog.d/12498.misc @@ -0,0 +1 @@ +Preparation for faster-room-join work: return subsets of room state which we already have, immediately. -- cgit 1.5.1