|
|
@ -127,7 +127,7 @@ NSString *const TSIncomingMessageWasReadOnThisDeviceNotification = @"TSIncomingM
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
DDLogInfo(@"%@ marking as read uniqueId: %@ which has timestamp: %llu", self.tag, self.uniqueId, self.timestamp);
|
|
|
|
DDLogDebug(@"%@ marking as read uniqueId: %@ which has timestamp: %llu", self.tag, self.uniqueId, self.timestamp);
|
|
|
|
_read = YES;
|
|
|
|
_read = YES;
|
|
|
|
[self saveWithTransaction:transaction];
|
|
|
|
[self saveWithTransaction:transaction];
|
|
|
|
[self touchThreadWithTransaction:transaction];
|
|
|
|
[self touchThreadWithTransaction:transaction];
|
|
|
|