0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 21:49:07 +02:00
synapse/changelog.d/11157.misc
rogersheu 820337e6a4
Require body for read receipts with user-agent exceptions (#11157)
Co-authored-by: reivilibre <olivier@librepush.net>
2021-11-09 10:26:07 +00:00

1 line
197 B
Text

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.