From 370f893e94d14b02a27c9da7c66770020ba78b0b Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Tue, 16 May 2023 21:34:35 -0300 Subject: [PATCH] send messageId to video --- app/containers/message/Attachments.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/containers/message/Attachments.tsx b/app/containers/message/Attachments.tsx index 5f51afc26..6e357b0f4 100644 --- a/app/containers/message/Attachments.tsx +++ b/app/containers/message/Attachments.tsx @@ -101,6 +101,7 @@ const Attachments: React.FC = React.memo( getCustomEmoji={getCustomEmoji} style={style} isReply={isReply} + messageId={id} /> ); }