mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Switch syntax.
This commit is contained in:
parent
aa50679676
commit
2144f68525
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
### User and room mentions
|
||||
|
||||
{{< changed-in v="1.7" >}}
|
||||
{{% 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
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ Definition:
|
|||
|
||||
<a id="_m_rule_contains_display_name"/> **`.m.rule.contains_display_name`**
|
||||
|
||||
{{< changed-in v="1.7" >}}
|
||||
{{% changed-in v="1.7" %}}
|
||||
|
||||
As of `v1.7`, this rule is deprecated and should only be enabled if the event
|
||||
does not have an `m.mentions` property.
|
||||
|
|
@ -626,7 +626,7 @@ Definition:
|
|||
|
||||
<a id="_m_rule_roomnotif"/> **`.m.rule.roomnotif`**
|
||||
|
||||
{{< changed-in v="1.7" >}}
|
||||
{{% changed-in v="1.7" %}}
|
||||
|
||||
As of `v1.7`, this rule is deprecated and should only be enabled if the event
|
||||
does not have an `m.mentions` property.
|
||||
|
|
@ -754,7 +754,7 @@ Definition:
|
|||
|
||||
<a id="_m_rule_contains_user_name"/> **`.m.rule.contains_user_name`**
|
||||
|
||||
{{< changed-in v="1.7" >}}
|
||||
{{% changed-in v="1.7" %}}
|
||||
|
||||
As of `v1.7`, this rule is deprecated and should only be enabled if the event
|
||||
does not have an `m.mentions` property.
|
||||
|
|
|
|||
Loading…
Reference in a new issue