Don't actually transmit any verification state sync messages until we finalize the proto schema changes.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 841271dc6c
commit ca04d912db

@ -524,6 +524,14 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa
OWSAssert(message);
OWSAssert(message.recipientIds.count > 0);
if (YES) {
// Don't actually transmit any verification state sync messages
// until we finalize the proto schema changes.
//
// TODO: Remove.
return;
}
[self.messageSender sendMessage:message
success:^{
DDLogInfo(@"%@ Successfully sent verification state sync message", self.tag);

Loading…
Cancel
Save