diff options
author | Eric Eastwood <erice@element.io> | 2021-07-13 14:12:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 14:12:33 -0500 |
commit | 0d5b08ac7ac88ae14cf81f0927084edc2c63a15f (patch) | |
tree | eb94222a657dc0ea4c3988841e2deed45aec288a /changelog.d | |
parent | Add type hints to get_domain_from_id and get_localpart_from_id. (#10385) (diff) | |
download | synapse-0d5b08ac7ac88ae14cf81f0927084edc2c63a15f.tar.xz |
Fix messages from multiple senders in historical chunk (MSC2716) (#10276)
Fix messages from multiple senders in historical chunk. This also means that an app service does not need to define `?user_id` when using this endpoint. Follow-up to https://github.com/matrix-org/synapse/pull/9247 Part of MSC2716: https://github.com/matrix-org/matrix-doc/pull/2716
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10276.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10276.bugfix b/changelog.d/10276.bugfix new file mode 100644 index 0000000000..42adc57ad1 --- /dev/null +++ b/changelog.d/10276.bugfix @@ -0,0 +1 @@ +Fix historical batch send endpoint (MSC2716) rejecting batches with messages from multiple senders. |