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) {