summary refs log tree commit diff
path: root/synapse/rest/client/notifications.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
* Add new module API for adding custom fields to events `unsigned` section (#16...Erik Johnston2023-10-271-1/+1
* Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-071-0/+2
* Pass the requester during event serialization. (#15174)Quentin Gliech2023-03-061-4/+8
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-1/+0
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-051-1/+6
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-041-1/+1
* Use the proper serialization format when bundling aggregations. (#12090)Patrick Cloke2022-03-031-2/+7
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-1/+1
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-10/+10
* Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-1/+2
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-3/+10
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+91