forked-synapse/synapse/federation/sender
Patrick Cloke 85e5f2dc25
Add a new module API to update user presence state. (#16544)
This adds a module API which allows a module to update a user's
presence state/status message. This is useful for controlling presence
from an external system.

To fully control presence from the module the presence.enabled config
parameter gains a new state of "untracked" which disables internal tracking
of presence changes via user actions, etc. Only updates from the module will
be persisted and sent down sync properly).
2023-10-26 15:11:24 -04:00
..
__init__.py Add a new module API to update user presence state. (#16544) 2023-10-26 15:11:24 -04:00
per_destination_queue.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
transaction_manager.py Additional constants for EDU types. (#12884) 2022-05-27 07:14:36 -04:00