Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 8b15dba4e7
commit 65957c932d

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

Loading…
Cancel
Save