Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-06-21 09:58:15 -04:00
parent 6a5fe94d59
commit ec077235ba

View File

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