|
|
@ -256,7 +256,7 @@ NSString *TSSecondaryDevicesDatabaseViewExtensionName = @"TSSecondaryDevicesData
|
|
|
|
|
|
|
|
|
|
|
|
[[TSStorageManager sharedManager].database
|
|
|
|
[[TSStorageManager sharedManager].database
|
|
|
|
asyncRegisterExtension:view
|
|
|
|
asyncRegisterExtension:view
|
|
|
|
withName:TSSecondaryDevicesGroup
|
|
|
|
withName:TSSecondaryDevicesDatabaseViewExtensionName
|
|
|
|
completionBlock:^(BOOL ready) {
|
|
|
|
completionBlock:^(BOOL ready) {
|
|
|
|
if (ready) {
|
|
|
|
if (ready) {
|
|
|
|
DDLogDebug(@"%@ Successfully set up extension: %@", self.tag, TSSecondaryDevicesGroup);
|
|
|
|
DDLogDebug(@"%@ Successfully set up extension: %@", self.tag, TSSecondaryDevicesGroup);
|
|
|
|