Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 6a5fe94d59
commit ec077235ba

@ -29,9 +29,7 @@ static NSString *const OWS105AttachmentFilePathsMigrationId = @"105";
return; return;
} }
TSAttachmentStream *attachmentStream = (TSAttachmentStream *)attachment; TSAttachmentStream *attachmentStream = (TSAttachmentStream *)attachment;
if (attachmentStream.hasUnsavedFilePath) { [attachmentStreams addObject:attachmentStream];
[attachmentStreams addObject:attachmentStream];
}
}]; }];
DDLogInfo(@"Saving %zd attachment streams.", attachmentStreams.count); DDLogInfo(@"Saving %zd attachment streams.", attachmentStreams.count);

Loading…
Cancel
Save