diff options
author | rogersheu <78449574+rogersheu@users.noreply.github.com> | 2021-11-09 02:26:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 10:26:07 +0000 |
commit | 820337e6a404aabbf3200c899c9bea21b77ed1e3 (patch) | |
tree | 6ac4b2dfa095c08e961dae575d1223d37069a16e /changelog.d | |
parent | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) (diff) | |
download | synapse-820337e6a404aabbf3200c899c9bea21b77ed1e3.tar.xz |
Require body for read receipts with user-agent exceptions (#11157)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11157.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11157.misc b/changelog.d/11157.misc new file mode 100644 index 0000000000..75444c51d1 --- /dev/null +++ b/changelog.d/11157.misc @@ -0,0 +1 @@ +Only allow old Element/Riot Android clients to send read receipts without a request body. All other clients must include a request body as required by the specification. Contributed by @rogersheu. |