summary refs log tree commit diff
path: root/synapse/rest/client/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Additional validation of receipts (#16327)Patrick Cloke2023-09-181-1/+1
* Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-281-1/+3
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+1
* Reject receipt requests with invalid room or event IDs. (#14632)Nick Mills-Barrett2022-12-071-1/+4
* Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-141-2/+42
* Use stable identifiers for MSC3771 & MSC3773. (#14050)Patrick Cloke2022-10-071-25/+23
* Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-2/+20
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-1/+13
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-2/+0
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-051-4/+6
* Reduce duplicate code in receipts servlets. (#13198)Patrick Cloke2022-07-131-12/+8
* 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
* Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-2/+2
* Require body for read receipts with user-agent exceptions (#11157)rogersheu2021-11-091-1/+11
* 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