Handle verified state from contact syncs
Treat it just like an isolated verified state sync // FREEBIE
This commit is contained in:
@@ -163,6 +163,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ConversationController.create(c).save();
|
ConversationController.create(c).save();
|
||||||
|
|
||||||
|
if (contactDetails.verified) {
|
||||||
|
onVerified(contactDetails);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function onGroupReceived(ev) {
|
function onGroupReceived(ev) {
|
||||||
|
Reference in New Issue
Block a user