From f719b34e09e720756ead1e0df5911950f6a83416 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 18 Jul 2017 10:42:23 +0200 Subject: [PATCH] Add tab notification in contacts --- www/common/common-messaging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-messaging.js b/www/common/common-messaging.js index cecd43dcc..56c100835 100644 --- a/www/common/common-messaging.js +++ b/www/common/common-messaging.js @@ -411,6 +411,7 @@ define([ return $(el).data('key') === curvePublic; }); $friend.addClass('notify'); + common.notify(); }; var unnotify = function (curvePublic) { var $friend = $listContainer.find('.friend').filter(function (idx, el) {