From e2580340cbfa75d223367365dcbb3c2d34264037 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 16 May 2023 10:52:57 -0400 Subject: [PATCH] More added-in/changed-in tags. --- content/client-server-api/modules/push.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 0f7b6da0..478fdbaa 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -557,6 +557,8 @@ Definition: **`.m.rule.contains_display_name`** +{{< 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. @@ -590,6 +592,8 @@ Definition: **`.m.rule.is_room_mention`** +{{< added-in v="1.7" >}} + Matches any message from a sender with the proper power level with the `room` property of the `m.mentions` property set to `true`. @@ -622,6 +626,8 @@ Definition: **`.m.rule.roomnotif`** +{{< 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. @@ -748,6 +754,8 @@ Definition: **`.m.rule.contains_user_name`** +{{< 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.