This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
POST /rooms/{roomId}/receipt/{receiptType}/{eventId} #10534
We currently don't require a body on
POST /rooms/{roomId}/receipt/{receiptType}/{eventId}.Initially, this seems to have been a mistake, but since #10531 [v1.40.0rc2], it's a workaround because Element Android relied on that behaviour (which we broke by actually using the body for hidden read receipts in #10413 [v1.40.0rc1]).
Blockers:
/rooms/{roomId}/receipt/{receiptType}/{eventId}element-hq/element-android#3789Minimum of four weeks following release. Revisit in October.
Eventually, we should return to enforcing the spec.