mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Add anchors to link to.
This commit is contained in:
parent
82303b3b37
commit
7e11f31fca
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -521,7 +521,7 @@ Definition:
|
|||
}
|
||||
```
|
||||
|
||||
**`.m.rule.is_user_mention`**
|
||||
<a id="_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`**
|
||||
<a id="_m_rule_is_room_mention"/> **`.m.rule.is_room_mention`**
|
||||
|
||||
{{< added-in v="1.7" >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue