summary refs log tree commit diff
path: root/synapse/rest/client/presence.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-281-1/+1
| | | | | | Refactoring to pass the device ID (in addition to the user ID) through the presence handler (specifically the `user_syncing`, `set_state`, and `bump_presence_active_time` methods and their replication versions).
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+1
| | | | Co-authored-by: Patrick Cloke <patrickc@matrix.org>
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-7/+17
| | | Applies the changes from #10665 to additional modules.
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+95