diff --git a/js/background.js b/js/background.js index 3373862b3..f1e634057 100644 --- a/js/background.js +++ b/js/background.js @@ -163,6 +163,10 @@ } ConversationController.create(c).save(); + + if (contactDetails.verified) { + onVerified(contactDetails); + } } function onGroupReceived(ev) {