summary refs log tree commit diff
path: root/synapse/rest/client/receipts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer permit empty body when sending receipts (#12709)David Robertson2022-05-111-12/+1
|
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-041-20/+31
| | | | | * Changes hidden read receipts to be a separate receipt type (instead of a field on `m.read`). * Updates the `/receipts` endpoint to accept `m.fully_read`.
* Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-2/+2
| | | And expand some type hints in the receipts storage module.
* Require body for read receipts with user-agent exceptions (#11157)rogersheu2021-11-091-1/+11
| | | Co-authored-by: reivilibre <olivier@librepush.net>
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-3/+12
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+71