|
|
@ -2,8 +2,8 @@
|
|
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
#import "OWSFileSystem.h"
|
|
|
|
|
|
|
|
#import "OWSPrimaryStorage+SessionStore.h"
|
|
|
|
#import "OWSPrimaryStorage+SessionStore.h"
|
|
|
|
|
|
|
|
#import "OWSFileSystem.h"
|
|
|
|
#import "SSKEnvironment.h"
|
|
|
|
#import "SSKEnvironment.h"
|
|
|
|
#import "YapDatabaseConnection+OWS.h"
|
|
|
|
#import "YapDatabaseConnection+OWS.h"
|
|
|
|
#import "YapDatabaseTransaction+OWS.h"
|
|
|
|
#import "YapDatabaseTransaction+OWS.h"
|
|
|
@ -61,7 +61,7 @@ NSString *const kSessionStoreDBConnectionKey = @"kSessionStoreDBConnectionKey";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#pragma clang diagnostic push
|
|
|
|
#pragma clang diagnostic push
|
|
|
|
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
|
|
|
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
|
|
|
|
- (NSArray *)subDevicesSessions:(NSString *)contactIdentifier protocolContext:(nullable id)protocolContext
|
|
|
|
- (NSArray *)subDevicesSessions:(NSString *)contactIdentifier protocolContext:(nullable id)protocolContext
|
|
|
|
{
|
|
|
|
{
|
|
|
|
OWSAssertDebug(contactIdentifier.length > 0);
|
|
|
|
OWSAssertDebug(contactIdentifier.length > 0);
|
|
|
|