Handle verified state from contact syncs

Treat it just like an isolated verified state sync

// FREEBIE
This commit is contained in:
lilia
2017-06-22 14:34:56 -07:00
committed by Scott Nonnenberg
parent 1e93b12b90
commit 243fd68904

View File

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