From 9fa9d565151430e0ada2c5929e36909cae752e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 28 Nov 2024 11:23:13 +0100 Subject: [PATCH] Add suggested changes to instant_messaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- content/client-server-api/modules/instant_messaging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/instant_messaging.md b/content/client-server-api/modules/instant_messaging.md index 5b3124d2..d5c0cb6a 100644 --- a/content/client-server-api/modules/instant_messaging.md +++ b/content/client-server-api/modules/instant_messaging.md @@ -101,8 +101,8 @@ structure. {{% boxes/note %}} {{% changed-in v="1.13" %}} In previous versions of the specification, [rich replies](#rich-replies) could -use a special tag, `mx-reply`, this is no longer the case. Clients should strip -this tag and its content. +use a special tag, `mx-reply`. This is no longer the case. Clients SHOULD strip +this tag and its content. See the "Rich replies" section for more information. {{% /boxes/note %}} {{% boxes/note %}}