Skip to content

Commit 3cdeb96

Browse files
committed
fix: reply mixed media content type
1 parent 4e91ef7 commit 3cdeb96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/Reply/Reply.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ const SubtitleText = React.memo(({ message }: { message?: LocalMessage | null })
120120
return message?.text;
121121
}
122122

123-
if (imageAttachments?.length && videoAttachments?.length) {
124-
return `${imageAttachments?.length + videoAttachments.length} Media`;
125-
}
126-
127123
if (onlyImages) {
128124
if (imageAttachments?.length === 1) {
129125
return 'Photo';

0 commit comments

Comments
 (0)