From 537cd0032e2bf326d1d44e6f09a12480baae9072 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 25 Nov 2022 14:52:03 -0300 Subject: [PATCH] Fix message update --- app/containers/message/Attachments.tsx | 6 +- .../Components/CollapsibleQuote/index.tsx | 4 +- app/containers/message/Emoji.tsx | 2 +- app/containers/message/Reactions.tsx | 5 +- app/containers/message/Reply.tsx | 4 +- app/containers/message/Urls.tsx | 2 +- app/containers/message/index.tsx | 34 ++++--- app/views/RoomView/List/index.tsx | 90 +++++++++++++------ 8 files changed, 94 insertions(+), 53 deletions(-) diff --git a/app/containers/message/Attachments.tsx b/app/containers/message/Attachments.tsx index 8731d1505..de92b0c5e 100644 --- a/app/containers/message/Attachments.tsx +++ b/app/containers/message/Attachments.tsx @@ -68,7 +68,7 @@ const Attachments: React.FC = React.memo( if (file && file.image_url) { return ( = React.memo( if (file && file.audio_url) { return (