Skip to content

Commit ec07723

Browse files
committed
Respond to CR.
// FREEBIE
1 parent 6a5fe94 commit ec07723

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ - (void)runUpWithTransaction:(YapDatabaseReadWriteTransaction *)transaction
2929
return;
3030
}
3131
TSAttachmentStream *attachmentStream = (TSAttachmentStream *)attachment;
32-
if (attachmentStream.hasUnsavedFilePath) {
33-
[attachmentStreams addObject:attachmentStream];
34-
}
32+
[attachmentStreams addObject:attachmentStream];
3533
}];
3634

3735
DDLogInfo(@"Saving %zd attachment streams.", attachmentStreams.count);

0 commit comments

Comments
 (0)