Clean up ahead of PR.
This commit is contained in:
parent
62d1fd2025
commit
f5591ef7b7
@ -23,12 +23,6 @@ NSString *const kDeliveryReceiptManagerCollection = @"kDeliveryReceiptManagerCol
|
||||
// Should only be accessed on the serialQueue.
|
||||
@property (nonatomic) BOOL isProcessing;
|
||||
|
||||
// A map of "recipient id"-to-"timestamp list" for delivery receipts that
|
||||
// we will send to senders.
|
||||
//
|
||||
// Should only be accessed on the serialQueue.
|
||||
@property (nonatomic, readonly) NSMutableDictionary<NSString *, NSMutableSet<NSNumber *> *> *deliveryReceiptMap;
|
||||
|
||||
@end
|
||||
|
||||
#pragma mark -
|
||||
@ -50,8 +44,6 @@ NSString *const kDeliveryReceiptManagerCollection = @"kDeliveryReceiptManagerCol
|
||||
|
||||
_dbConnection = primaryStorage.newDatabaseConnection;
|
||||
|
||||
_deliveryReceiptMap = [NSMutableDictionary new];
|
||||
|
||||
OWSSingletonAssert();
|
||||
|
||||
// Start processing.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user