minor fix on conversation ordering

pull/524/head
ryanzhao 4 years ago
parent 36f3f83298
commit 4a21e87625

@ -359,11 +359,12 @@ BOOL IsNoteToSelfEnabled(void)
if ([_lastInteractionDate compare: lastMessage.receivedAtDate] == NSOrderedAscending) {
_lastInteractionDate = lastMessage.receivedAtDate;
[super saveWithTransaction:transaction];
}
if (!self.shouldBeVisible) {
self.shouldBeVisible = YES;
[self saveWithTransaction:transaction];
[super saveWithTransaction:transaction];
} else {
[self touchWithTransaction:transaction];
}

Loading…
Cancel
Save