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" >}}