summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-09-15 03:34:30 -0500
committerGitHub <noreply@github.com>2021-09-15 09:34:30 +0100
commit145c006ef76ab3955fb8294203cb8e6e61372cd1 (patch)
treebb0c5ca3922282dffca25464bd712acecbd1dbd8 /changelog.d
parentSplit out `/batch_send` meta events to their own fields (MSC2716) (#10777) (diff)
downloadsynapse-145c006ef76ab3955fb8294203cb8e6e61372cd1.tar.xz
Verify `?chunk_id` actually corresponds to an insertion event that exists (MSC2716) (#10776)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10776.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10776.feature b/changelog.d/10776.feature
new file mode 100644
index 0000000000..aec0685a3d
--- /dev/null
+++ b/changelog.d/10776.feature
@@ -0,0 +1 @@
+Only allow the [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send?chunk_id=xxx` endpoint to connect to an already existing insertion event.