mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 22:06:35 -05:00
Split off from https://github.com/matrix-org/synapse/pull/9491
Adds a storage method for getting the current presence of all local users, optionally excluding those that are offline. This will be used by the code in #9491 when a PresenceRouter module informs Synapse that a given user should have `"ALL"` user presence updates routed to them. Specifically, it is used here:
|
||
|---|---|---|
| .. | ||
| main | ||
| state | ||
| __init__.py | ||