diff --git a/content/client-server-api/modules/mentions.md b/content/client-server-api/modules/mentions.md index 6f65f762..972e19f5 100644 --- a/content/client-server-api/modules/mentions.md +++ b/content/client-server-api/modules/mentions.md @@ -1,6 +1,8 @@ ### User and room mentions +{{< changed-in v="1.7" >}} + This module allows users to "mention" other users and rooms within a room event. This is primarily used as an indicator that the recipient should receive a notification about the event. diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 63e760c7..0f7b6da0 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -523,6 +523,8 @@ Definition: **`.m.rule.is_user_mention`** +{{< added-in v="1.7" >}} + Matches any message which contains the user's Matrix ID in the list of `user_ids` under the `m.mentions` property.