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