CR: use existing transaction rather than open sneaky one

pull/1/head
Michael Kirk 7 years ago
parent e0c9b590c0
commit fc7a713619

@ -215,7 +215,8 @@ void AssertIsOnDisappearingMessagesQueue()
NSString *_Nullable remoteContactName = nil;
if (remoteRecipientId) {
remoteContactName = [self.contactsManager displayNameForPhoneIdentifier:remoteRecipientId];
remoteContactName = [self.contactsManager displayNameForPhoneIdentifier:remoteRecipientId
transaction:transaction];
}
// Become eventually consistent in the case that the remote changed their settings at the same time.

Loading…
Cancel
Save