Respond to CR.

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

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

Loading…
Cancel
Save