pull/383/head
ryanzhao 4 years ago
parent fcc3c27779
commit b501579917

@ -267,7 +267,6 @@ NSString *const OWSReadReceiptManagerAreReadReceiptsEnabled = @"areReadReceiptsE
} }
id<OWSReadTracking> possiblyRead = (id<OWSReadTracking>)object; id<OWSReadTracking> possiblyRead = (id<OWSReadTracking>)object;
if (possiblyRead.sortId > sortId) { if (possiblyRead.sortId > sortId) {
uint64_t test = possiblyRead.sortId;
*stop = YES; *stop = YES;
return; return;
} }

Loading…
Cancel
Save