This commit is contained in:
ryanzhao 2021-04-14 09:09:42 +10:00
parent fcc3c27779
commit b501579917
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}