diff options
author | David Robertson <davidr@element.io> | 2022-05-11 16:34:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 15:34:17 +0000 |
commit | db10f2c037ff59124776a10e198ab432aec2bdc6 (patch) | |
tree | d068f841a1dd19d9a2e9e003a292cfe8f79411f9 /changelog.d | |
parent | Complain if a federation endpoint has the `@cancellable` flag (#12705) (diff) | |
download | synapse-db10f2c037ff59124776a10e198ab432aec2bdc6.tar.xz |
No longer permit empty body when sending receipts (#12709)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12709.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12709.removal b/changelog.d/12709.removal new file mode 100644 index 0000000000..6bb03e2894 --- /dev/null +++ b/changelog.d/12709.removal @@ -0,0 +1 @@ +Require a body in POST requests to `/rooms/{roomId}/receipt/{receiptType}/{eventId}`, as required by the [Matrix specification](https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3roomsroomidreceiptreceipttypeeventid). This breaks compatibility with Element Android 1.2.0 and earlier: users of those clients will be unable to send read receipts. |