From 829867f2a0aab1344e05a4f63b86a7ff250df1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 14 Nov 2024 16:55:33 +0100 Subject: [PATCH] Add sentence about stripping tag 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/client-server-api/modules/instant_messaging.md b/content/client-server-api/modules/instant_messaging.md index 0b11156f..5b3124d2 100644 --- a/content/client-server-api/modules/instant_messaging.md +++ b/content/client-server-api/modules/instant_messaging.md @@ -101,7 +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. +use a special tag, `mx-reply`, this is no longer the case. Clients should strip +this tag and its content. {{% /boxes/note %}} {{% boxes/note %}}