diff --git a/app/containers/message/Components/Attachments/Quote.tsx b/app/containers/message/Components/Attachments/Quote.tsx index de22b04fce..60fa8c5941 100644 --- a/app/containers/message/Components/Attachments/Quote.tsx +++ b/app/containers/message/Components/Attachments/Quote.tsx @@ -18,7 +18,7 @@ const isQuoteAttachment = (file?: IAttachment): boolean => { return false; } - if (!file.color && !file.text && (file.image_url || file.audio_url || file.video_url || file.collapsed)) { + if (!file.color && !file.text && (file.image_url || file.audio_url || file.video_url)) { return false; }