Remove TSRecipient.

pull/1/head
Matthew Chen 7 years ago
parent 21a9ce3b20
commit 2e6b4899a7

@ -212,6 +212,8 @@ NSString *const kNSUserDefaults_DatabaseExtensionVersionMap = @"kNSUserDefaults_
- (void)encodeWithCoder:(NSCoder *)aCoder
{
OWSRaiseException(
@"OWSStorageExceptionName_SaveToUnknownCollection", @"Tried to save object from unknown collection");
}
@end

@ -1,15 +0,0 @@
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "TSYapDatabaseObject.h"
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 : TSYapDatabaseObject
@end
NS_ASSUME_NONNULL_END

@ -1,13 +0,0 @@
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "TSRecipient.h"
NS_ASSUME_NONNULL_BEGIN
@implementation TSRecipient
@end
NS_ASSUME_NONNULL_END
Loading…
Cancel
Save