diff options
author | Eric Eastwood <erice@element.io> | 2021-12-10 20:59:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 20:59:20 -0600 |
commit | 8391bd6ab59387845bae77130dc0ca437c37fb8e (patch) | |
tree | 2cecb227f085e119f7e2e4335d615b5658e104ee /changelog.d | |
parent | Adjust _get_rooms_changed comments (#11550) (diff) | |
download | synapse-8391bd6ab59387845bae77130dc0ca437c37fb8e.tar.xz |
Test to ensure we share the same `state_group` across the whole historical batch (MSC2716) (#11487)
Part of MSC2716: https://github.com/matrix-org/matrix-doc/pull/2716 We did some work on making sure the `state_groups` were shared in https://github.com/matrix-org/synapse/pull/10975
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11487.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11487.misc b/changelog.d/11487.misc new file mode 100644 index 0000000000..376b9078be --- /dev/null +++ b/changelog.d/11487.misc @@ -0,0 +1 @@ +Add test to ensure we share the same `state_group` across the whole historical batch when using the [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint. |