diff options
author | David Robertson <davidr@element.io> | 2022-12-14 14:52:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 14:52:35 +0000 |
commit | 4f4d69042345134c040de137a8e1aa108ff71acb (patch) | |
tree | 3d7cf1ec7fb9be45750a25081045b79c80cfb505 /changelog.d | |
parent | Faster remote room joins: stream the un-partial-stating of events over replic... (diff) | |
download | synapse-4f4d69042345134c040de137a8e1aa108ff71acb.tar.xz |
Allow `compute_state_after_events` to use partial state (#14676)
* Allow `compute_state_after_events` to use partial state if fetching a subset of state that is trusted during a partial join. * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14676.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14676.misc b/changelog.d/14676.misc new file mode 100644 index 0000000000..8a41df9c64 --- /dev/null +++ b/changelog.d/14676.misc @@ -0,0 +1 @@ +Faster joins: make `computer_state_after_events` consistent with other state-fetching functions that take a `StateFilter`. |