Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f475266

Browse files
committed
Mention callbacks introduced in v1.42.0
According to #10524
1 parent e96eb76 commit f475266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/modules/presence_router_callbacks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The available presence router callbacks are:
1010

1111
### `get_users_for_states`
1212

13+
_First introduced in Synapse v1.42.0_
14+
1315
```python
1416
async def get_users_for_states(
1517
state_updates: Iterable["synapse.api.UserPresenceState"],
@@ -30,6 +32,8 @@ Synapse concatenates the sets associated with this key from each dictionary.
3032

3133
### `get_interested_users`
3234

35+
_First introduced in Synapse v1.42.0_
36+
3337
```python
3438
async def get_interested_users(
3539
user_id: str

0 commit comments

Comments
 (0)