diff --git a/ts/components/conversation/message/message-content/quote/QuoteText.tsx b/ts/components/conversation/message/message-content/quote/QuoteText.tsx index b6a1efd2b..033dfbcf6 100644 --- a/ts/components/conversation/message/message-content/quote/QuoteText.tsx +++ b/ts/components/conversation/message/message-content/quote/QuoteText.tsx @@ -55,14 +55,7 @@ function getTypeLabel({ if (MIME.isAudio(contentType)) { return window.i18n('audio'); } - if ( - !GoogleChrome.isVideoTypeSupported(contentType) && - !GoogleChrome.isImageTypeSupported(contentType) && - !MIME.isAudio(contentType) - ) { - return window.i18n('document'); - } - return; + return window.i18n('document'); } export const QuoteText = (