From ec077235ba6fa746f13d6f8d5e9443b10dbbe3cc Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 21 Jun 2017 09:58:15 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m b/Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m index 5bde91de9..41cc45db9 100644 --- a/Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m +++ b/Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m @@ -29,9 +29,7 @@ static NSString *const OWS105AttachmentFilePathsMigrationId = @"105"; return; } TSAttachmentStream *attachmentStream = (TSAttachmentStream *)attachment; - if (attachmentStream.hasUnsavedFilePath) { - [attachmentStreams addObject:attachmentStream]; - } + [attachmentStreams addObject:attachmentStream]; }]; DDLogInfo(@"Saving %zd attachment streams.", attachmentStreams.count);