Do not try to download text attachments

This commit is contained in:
Josh Perez 2022-04-08 13:03:10 -04:00 committed by GitHub
parent 0a0fabd2ca
commit 0f16ef5dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 7 deletions

View file

@ -2569,7 +2569,8 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
const shouldHoldOffDownload =
(isStory(message.attributes) && !queueStoryForDownload) ||
((isImage(attachments) || isVideo(attachments)) &&
(!isStory(message.attributes) &&
(isImage(attachments) || isVideo(attachments)) &&
isInCall(reduxState));
if (