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);