Respond to CR.

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

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

Loading…
Cancel
Save