|
|
|
@ -192,8 +192,6 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa
|
|
|
|
// Cancel any pending verification state sync messages for this recipient.
|
|
|
|
// Cancel any pending verification state sync messages for this recipient.
|
|
|
|
[self clearSyncMessageForRecipientId:recipientId];
|
|
|
|
[self clearSyncMessageForRecipientId:recipientId];
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: This may be redundant with the "safety number changes"
|
|
|
|
|
|
|
|
// messages.
|
|
|
|
|
|
|
|
if (existingIdentity.verificationState != verificationState) {
|
|
|
|
if (existingIdentity.verificationState != verificationState) {
|
|
|
|
[self saveChangeMessagesForRecipientId:recipientId
|
|
|
|
[self saveChangeMessagesForRecipientId:recipientId
|
|
|
|
verificationState:verificationState
|
|
|
|
verificationState:verificationState
|
|
|
|
|