From 46c87636146dadc887a975883050485114a33567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 26 Feb 2024 15:31:39 +0100 Subject: [PATCH] Use `s` HTML tag in example 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/instant_messaging.md b/content/client-server-api/modules/instant_messaging.md index b0ba26f9..e2c6f92b 100644 --- a/content/client-server-api/modules/instant_messaging.md +++ b/content/client-server-api/modules/instant_messaging.md @@ -358,7 +358,7 @@ An example of a media message with a caption is: "filename": "dog.jpg", "body": "this is a ~~cat~~ picture :3", "format": "org.matrix.custom.html", - "formatted_body": "this is a cat picture :3", + "formatted_body": "this is a cat picture :3", "info": { "w": 479, "h": 640,