Handle verified state from contact syncs
Treat it just like an isolated verified state sync // FREEBIE
This commit is contained in:
parent
1e93b12b90
commit
243fd68904
1 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,10 @@
|
|||
}
|
||||
|
||||
ConversationController.create(c).save();
|
||||
|
||||
if (contactDetails.verified) {
|
||||
onVerified(contactDetails);
|
||||
}
|
||||
}
|
||||
|
||||
function onGroupReceived(ev) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue