Respond to CR.
// FREEBIE
This commit is contained in:
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…
Reference in New Issue
Block a user