We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5fe94 commit ec07723Copy full SHA for ec07723
Signal/src/environment/Migrations/OWS105AttachmentFilePaths.m
@@ -29,9 +29,7 @@ - (void)runUpWithTransaction:(YapDatabaseReadWriteTransaction *)transaction
29
return;
30
}
31
TSAttachmentStream *attachmentStream = (TSAttachmentStream *)attachment;
32
- if (attachmentStream.hasUnsavedFilePath) {
33
- [attachmentStreams addObject:attachmentStream];
34
- }
+ [attachmentStreams addObject:attachmentStream];
35
}];
36
37
DDLogInfo(@"Saving %zd attachment streams.", attachmentStreams.count);
0 commit comments