From a470fbab4a6c654e91fe07418d8a5766b52cf05c Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Wed, 16 Dec 2020 21:36:46 +0300 Subject: [PATCH] improve grammar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Erkin Alp Güney --- 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 e647cf022..d21cf2ad9 100644 --- a/proposals/2881-message-attachments.md +++ b/proposals/2881-message-attachments.md @@ -227,7 +227,7 @@ Implementing both things together (MSC2881 as one text for all attachments + sep "url": "mxc://example.com/KUAQOesGECkQTgdtedkftISg" }, ``` -But this way will give harder way to render of main message event, because Matrix clients must do the search of all attached events manually in timeline, and server will can't aggregate them to main message. +But this way will give harder way to render of main message event, because Matrix clients must do the search of all attached events manually in timeline, and server will be unable to aggregate them to main message. ## Future considerations