|
|
@ -169,7 +169,7 @@ static NSTimeInterval launchStartedAt;
|
|
|
|
// OWSLinkPreview and OpenGroup are now in SessionMessagingKit, so to still be able to deserialize them we
|
|
|
|
// OWSLinkPreview and OpenGroup are now in SessionMessagingKit, so to still be able to deserialize them we
|
|
|
|
// need to tell NSKeyedUnarchiver about the changes.
|
|
|
|
// need to tell NSKeyedUnarchiver about the changes.
|
|
|
|
[NSKeyedUnarchiver setClass:OWSLinkPreview.class forClassName:@"SessionServiceKit.OWSLinkPreview"];
|
|
|
|
[NSKeyedUnarchiver setClass:OWSLinkPreview.class forClassName:@"SessionServiceKit.OWSLinkPreview"];
|
|
|
|
[NSKeyedUnarchiver setClass:SNOpenGroup.class forClassName:@"SessionServiceKit.LKPublicChat"];
|
|
|
|
[NSKeyedUnarchiver setClass:SNOpenGroup.class forClassName:@"LKPublicChat"];
|
|
|
|
|
|
|
|
|
|
|
|
BOOL isLoggingEnabled;
|
|
|
|
BOOL isLoggingEnabled;
|
|
|
|
#ifdef DEBUG
|
|
|
|
#ifdef DEBUG
|
|
|
|