mirror of https://github.com/oxen-io/session-ios
Merge branch 'charlesmchen/deserializationLogging'
commit
56dfc6ffab
@ -1 +1 @@
|
||||
Subproject commit 9f01282113e10d50ff87e76ee5fa8d2c09d19f7f
|
||||
Subproject commit 5caa906cfd9c24f464247747004cc8335b96040c
|
@ -1,13 +0,0 @@
|
||||
//
|
||||
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
// Some lingering TSRecipient records in the wild causing crashes.
|
||||
// This is a stop gap until a proper cleanup happens.
|
||||
@interface TSRecipient : NSObject <NSCoding>
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
@ -1,21 +0,0 @@
|
||||
//
|
||||
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
#import "TSRecipient.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@implementation TSRecipient
|
||||
|
||||
- (void)encodeWithCoder:(nonnull NSCoder *)aCoder {
|
||||
return;
|
||||
}
|
||||
|
||||
- (nullable instancetype)initWithCoder:(nonnull NSCoder *)aDecoder {
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Loading…
Reference in New Issue