Merge branch 'mkirk/run-call-settings-migration' into release/2.21.0
This commit is contained in:
commit
9afce87ddc
@ -9,6 +9,7 @@
|
||||
#import "OWS104CreateRecipientIdentities.h"
|
||||
#import "OWS105AttachmentFilePaths.h"
|
||||
#import "OWS107LegacySounds.h"
|
||||
#import "OWS108CallLoggingPreference.h"
|
||||
#import "OWSDatabaseMigration.h"
|
||||
#import <SignalMessaging/SignalMessaging-Swift.h>
|
||||
#import <SignalServiceKit/AppContext.h>
|
||||
@ -40,7 +41,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
[[OWS104CreateRecipientIdentities alloc] initWithStorageManager:storageManager],
|
||||
[[OWS105AttachmentFilePaths alloc] initWithStorageManager:storageManager],
|
||||
[[OWS106EnsureProfileComplete alloc] initWithStorageManager:storageManager],
|
||||
[[OWS107LegacySounds alloc] initWithStorageManager:storageManager]
|
||||
[[OWS107LegacySounds alloc] initWithStorageManager:storageManager],
|
||||
[[OWS108CallLoggingPreference alloc] initWithStorageManager:storageManager]
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user