Handle verified state from contact syncs

Treat it just like an isolated verified state sync

// FREEBIE
pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 1e93b12b90
commit 243fd68904

@ -163,6 +163,10 @@
}
ConversationController.create(c).save();
if (contactDetails.verified) {
onVerified(contactDetails);
}
}
function onGroupReceived(ev) {

Loading…
Cancel
Save