Skip to content

Commit

Permalink
Handle verified state from contact syncs
Browse files Browse the repository at this point in the history
Treat it just like an isolated verified state sync

// FREEBIE
  • Loading branch information
liliakai authored and scottnonnenberg committed Aug 4, 2017
1 parent 1e93b12 commit 243fd68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
}

ConversationController.create(c).save();

if (contactDetails.verified) {
onVerified(contactDetails);
}
}

function onGroupReceived(ev) {
Expand Down

0 comments on commit 243fd68

Please sign in to comment.