We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00331c commit dee3547Copy full SHA for dee3547
app/containers/message/Components/Attachments/Quote.tsx
@@ -13,7 +13,7 @@ const isQuoteAttachment = (file?: IAttachment): boolean => {
13
14
if (file.collapsed) return false;
15
16
- 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 )) {
17
return false;
18
}
19
0 commit comments