diff options
author | Eric Eastwood <erice@element.io> | 2021-09-15 03:34:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 09:34:30 +0100 |
commit | 145c006ef76ab3955fb8294203cb8e6e61372cd1 (patch) | |
tree | bb0c5ca3922282dffca25464bd712acecbd1dbd8 /changelog.d | |
parent | Split out `/batch_send` meta events to their own fields (MSC2716) (#10777) (diff) | |
download | synapse-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.feature | 1 |
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. |