diff options
author | Eric Eastwood <erice@element.io> | 2021-09-15 03:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 09:30:58 +0100 |
commit | 1c555527b351a8b0dcdf54ba7091141347af2a73 (patch) | |
tree | 2dda65d94696d6bf11f96540da9f3019abadccf3 /changelog.d | |
parent | Make StateFilter frozen so we can hash it (#10816) (diff) | |
download | synapse-1c555527b351a8b0dcdf54ba7091141347af2a73.tar.xz |
Split out `/batch_send` meta events to their own fields (MSC2716) (#10777)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10777.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10777.misc b/changelog.d/10777.misc new file mode 100644 index 0000000000..aed78a16f5 --- /dev/null +++ b/changelog.d/10777.misc @@ -0,0 +1 @@ +Split out [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) meta events to their own fields in the `/batch_send` response. |