mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-12 06:24:09 +01:00
Update spec version
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7b5935e5cb
commit
56e89d859b
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{{% changed-in v="1.7" %}}
|
{{% changed-in v="1.7" %}}
|
||||||
|
|
||||||
{{% changed-in v="1.16" %}}: the legacy push rules that looked for mentions in
|
{{% changed-in v="1.17" %}}: the legacy push rules that looked for mentions in
|
||||||
the `body` of the event were removed.
|
the `body` of the event were removed.
|
||||||
|
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@ The following `alt_aliases` values will NOT match:
|
||||||
|
|
||||||
**`contains_display_name`**
|
**`contains_display_name`**
|
||||||
|
|
||||||
{{% changed-in v="1.16" %}}: this condition is deprecated and **should not be
|
{{% changed-in v="1.17" %}}: this condition is deprecated and **should not be
|
||||||
used in new push rules**.
|
used in new push rules**.
|
||||||
|
|
||||||
This matches messages where `content.body` contains the owner's display name in
|
This matches messages where `content.body` contains the owner's display name in
|
||||||
|
|
@ -416,7 +416,7 @@ Parameters:
|
||||||
|
|
||||||
#### Predefined Rules
|
#### Predefined Rules
|
||||||
|
|
||||||
{{% changed-in v="1.16" %}}: the legacy default push rules that looked for
|
{{% changed-in v="1.17" %}}: the legacy default push rules that looked for
|
||||||
mentions in the `body` of the event were removed.
|
mentions in the `body` of the event were removed.
|
||||||
|
|
||||||
Homeservers can specify "server-default rules". They operate at a lower
|
Homeservers can specify "server-default rules". They operate at a lower
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue