From 12c0a3fe5694e7240476c88c1691d58e6976b95e Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Wed, 16 Dec 2020 22:16:50 +0300 Subject: [PATCH] Fix typo --- proposals/2881-message-attachments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2881-message-attachments.md b/proposals/2881-message-attachments.md index a25a74ee7..ed569593b 100644 --- a/proposals/2881-message-attachments.md +++ b/proposals/2881-message-attachments.md @@ -144,7 +144,7 @@ and JSON of `content` field: "msgtype": "m.text", "body": "Here is my photos and videos from yesterday event\nAttachments:\nhttps://example.com/_matrix/media/r0/download/example.com//KUAQOesGECkQTgdtedkftISg\nhttps://example.com/_matrix/media/r0/download/example.com/0f4f88120bfc9183d122ca8f9f11faacfc93cd18", "format": "org.matrix.custom.html", - "formatted_body": "

Here is my photos and videos from yesterday event

\n

Attachments:

\n
" + "formatted_body": "

Here is my photos and videos from yesterday event

\n

Attachments:

\n
" } ``` If [MSC2398: proposal to allow mxc:// in the "a" tag within messages](https://github.com/matrix-org/matrix-doc/pull/2398) will be merged before this, we can replace `http` urls to direct `mxc://` urls, for support servers, that don't allow downloads without authentication and have other restrictions.