Fix a typo.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-06-07 15:35:29 -04:00
parent 5acb209427
commit e27e55ca99

View File

@ -664,7 +664,7 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa
return;
}
[recipientIdentity updateWithVerificationState:OWSVerificationStateDefault];
[recipientIdentity updateWithVerificationState:verificationState];
}
}
}