diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index c5cb36f3e..6ed3de573 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -25,6 +25,7 @@ #import #import #import +#import #import #import #import @@ -176,6 +177,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify"; // Mark all "attempting out" messages as "unsent", i.e. any messages that were not successfully // sent before the app exited should be marked as failures. [[[OWSFailedMessagesJob alloc] initWithStorageManager:[TSStorageManager sharedManager]] run]; + [[[OWSFailedAttachmentDownloadsJob alloc] initWithStorageManager:[TSStorageManager sharedManager]] run]; [AppStoreRating setupRatingLibrary]; }];