diff --git a/src/Storage/TSDatabaseView.m b/src/Storage/TSDatabaseView.m index 15db56bae..556e8fdf1 100644 --- a/src/Storage/TSDatabaseView.m +++ b/src/Storage/TSDatabaseView.m @@ -256,7 +256,7 @@ NSString *TSSecondaryDevicesDatabaseViewExtensionName = @"TSSecondaryDevicesData [[TSStorageManager sharedManager].database asyncRegisterExtension:view - withName:TSSecondaryDevicesGroup + withName:TSSecondaryDevicesDatabaseViewExtensionName completionBlock:^(BOOL ready) { if (ready) { DDLogDebug(@"%@ Successfully set up extension: %@", self.tag, TSSecondaryDevicesGroup);