summary refs log tree commit diff
path: root/synapse/rest/client/read_marker.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
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-0/+2
* 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-2/+6
* Reduce duplicate code in receipts servlets. (#13198)Patrick Cloke2022-07-131-32/+24
* Don't error on unknown receipt types (#12670)Erik Johnston2022-05-091-12/+15
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-041-10/+22
* Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-3/+3
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-3/+12
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+74