From 2144f68525743420f30cb483357b075fd77bd245 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 17 May 2023 07:41:55 -0400 Subject: [PATCH] Switch syntax. --- content/client-server-api/modules/mentions.md | 2 +- content/client-server-api/modules/push.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/client-server-api/modules/mentions.md b/content/client-server-api/modules/mentions.md index 87d905d7..b25cd971 100644 --- a/content/client-server-api/modules/mentions.md +++ b/content/client-server-api/modules/mentions.md @@ -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 diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 5e3410fa..942043d2 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -557,7 +557,7 @@ Definition: **`.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: **`.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: **`.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.