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;
if (possiblyRead.sortId > sortId) {
uint64_t test = possiblyRead.sortId;
*stop = YES;
return;
}

Loading…
Cancel
Save