|
|
@ -467,7 +467,9 @@ NSString *const OWSReadReceiptManagerAreReadReceiptsEnabled = @"areReadReceiptsE
|
|
|
|
OWSAssert(message);
|
|
|
|
OWSAssert(message);
|
|
|
|
OWSAssert(transaction);
|
|
|
|
OWSAssert(transaction);
|
|
|
|
|
|
|
|
|
|
|
|
[self markAsReadBeforeTimestamp:message.timestamp
|
|
|
|
// Use timestampForSorting which reflects local sort order, rather than timestamp
|
|
|
|
|
|
|
|
// which reflect sender time.
|
|
|
|
|
|
|
|
[self markAsReadBeforeTimestamp:message.timestampForSorting
|
|
|
|
thread:message.thread
|
|
|
|
thread:message.thread
|
|
|
|
wasLocal:NO
|
|
|
|
wasLocal:NO
|
|
|
|
transaction:transaction];
|
|
|
|
transaction:transaction];
|
|
|
|