From 993839afc45288b96c8ac1dcfdfe1bfb1e6c4a44 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 16 May 2023 10:50:06 -0400 Subject: [PATCH] Added-in tags. Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/mentions.md | 2 ++ content/client-server-api/modules/push.md | 2 ++ 2 files changed, 4 insertions(+) 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.