Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for unstable private read receipts (#13653) | Šimon Brandner | 2022-09-01 | 1 | -2/+0 |
| | | | Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> | ||||
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 1 | -4/+6 |
| | | | | | This adds support for the stable identifiers of MSC2285 while continuing to support the unstable identifiers behind the configuration flag. These will be removed in a future version. | ||||
* | Reduce duplicate code in receipts servlets. (#13198) | Patrick Cloke | 2022-07-13 | 1 | -12/+8 |
| | |||||
* | No longer permit empty body when sending receipts (#12709) | David Robertson | 2022-05-11 | 1 | -12/+1 |
| | |||||
* | Implement changes to MSC2285 (hidden read receipts) (#12168) | Šimon Brandner | 2022-05-04 | 1 | -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 Cloke | 2021-12-08 | 1 | -2/+2 |
| | | | And expand some type hints in the receipts storage module. | ||||
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 1 | -1/+11 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Additional type hints for the client REST servlets (part 3). (#10707) | Patrick Cloke | 2021-08-31 | 1 | -3/+12 |
| | |||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+71 |