diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-05-18 20:33:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 18:33:57 +0000 |
commit | d38c73e9abbd7fe40f4f24d4c96107415e6f15a1 (patch) | |
tree | 3e9c16ea38ac21b493e9c4a55fd18da76244301d /changelog.d | |
parent | Fix YAML parsing error in `url_preview_accept_language` (#12785) (diff) | |
download | synapse-d38c73e9abbd7fe40f4f24d4c96107415e6f15a1.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12498.misc | 1 |
1 files changed, 1 insertions, 0 deletions
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. |