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 | |
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
-rw-r--r-- | changelog.d/14676.misc | 1 | ||||
-rw-r--r-- | synapse/state/__init__.py | 10 |
2 files changed, 9 insertions, 2 deletions
diff --git a/changelog.d/14676.misc b/changelog.d/14676.misc new file mode 100644 |