From 7e11f31fcafa80368b3ccdb27dcf738765fdef8b Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 16 May 2023 11:42:57 -0400 Subject: [PATCH] Add anchors to link to. --- content/client-server-api/modules/mentions.md | 3 ++- content/client-server-api/modules/push.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/modules/mentions.md b/content/client-server-api/modules/mentions.md index bc100828..8a6478de 100644 --- a/content/client-server-api/modules/mentions.md +++ b/content/client-server-api/modules/mentions.md @@ -48,7 +48,8 @@ Similarly, the entire room can be mentioned: } ``` -Additionally, see [the `.m.rule.is_user_mention` and `.m.rule.is_room_mention` push rules](#predefined-rules). +Additionally, see the [`.m.rule.is_user_mention`](#_m_rule_is_user_mention) and +[`.m.rule.is_room_mention`](#_m_rule_is_room_mention) push rules. Users should not add their own Matrix ID to the `m.mentions` property as outgoing messages cannot self-notify. diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 478fdbaa..04cd5387 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -521,7 +521,7 @@ Definition: } ``` -**`.m.rule.is_user_mention`** + **`.m.rule.is_user_mention`** {{< added-in v="1.7" >}} @@ -590,7 +590,7 @@ Definition: } ``` -**`.m.rule.is_room_mention`** + **`.m.rule.is_room_mention`** {{< added-in v="1.7" >}}