Merge branch 'mkirk/run-call-settings-migration' into release/2.21.0

pull/1/head
Michael Kirk 7 years ago
commit 9afce87ddc

@ -9,6 +9,7 @@
#import "OWS104CreateRecipientIdentities.h" #import "OWS104CreateRecipientIdentities.h"
#import "OWS105AttachmentFilePaths.h" #import "OWS105AttachmentFilePaths.h"
#import "OWS107LegacySounds.h" #import "OWS107LegacySounds.h"
#import "OWS108CallLoggingPreference.h"
#import "OWSDatabaseMigration.h" #import "OWSDatabaseMigration.h"
#import <SignalMessaging/SignalMessaging-Swift.h> #import <SignalMessaging/SignalMessaging-Swift.h>
#import <SignalServiceKit/AppContext.h> #import <SignalServiceKit/AppContext.h>
@ -40,7 +41,8 @@ NS_ASSUME_NONNULL_BEGIN
[[OWS104CreateRecipientIdentities alloc] initWithStorageManager:storageManager], [[OWS104CreateRecipientIdentities alloc] initWithStorageManager:storageManager],
[[OWS105AttachmentFilePaths alloc] initWithStorageManager:storageManager], [[OWS105AttachmentFilePaths alloc] initWithStorageManager:storageManager],
[[OWS106EnsureProfileComplete alloc] initWithStorageManager:storageManager], [[OWS106EnsureProfileComplete alloc] initWithStorageManager:storageManager],
[[OWS107LegacySounds alloc] initWithStorageManager:storageManager] [[OWS107LegacySounds alloc] initWithStorageManager:storageManager],
[[OWS108CallLoggingPreference alloc] initWithStorageManager:storageManager]
]; ];
} }

Loading…
Cancel
Save