From 2be176c5e28e28107ebadd617db8bda99383de43 Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Mon, 30 Nov 2020 10:17:58 +0300 Subject: [PATCH] Fixed typo --- proposals/2881-message-attachments.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/2881-message-attachments.md b/proposals/2881-message-attachments.md index 6260bcd92..07a2b198d 100644 --- a/proposals/2881-message-attachments.md +++ b/proposals/2881-message-attachments.md @@ -198,7 +198,8 @@ This way will give less "spam" for room, because when user sends message with 20 { "rel_type": "m.attachment_to", "event_id": "$id_of_main_message" - }, + } + ] "url": "mxc://example.com/KUAQOesGECkQTgdtedkftISg" }, ```