notify if you're focused on a conversation in a bacgkrounded tab

This commit is contained in:
ansuz 2017-07-18 10:57:37 +02:00
parent b2de6ac28e
commit 39fd0d0f5f

View File

@ -406,7 +406,7 @@ define([
// Notify on new messages
var notify = function (curvePublic) {
if (Msg.active === curvePublic) { return; }
//if (Msg.active === curvePublic) { return; }
var $friend = $listContainer.find('.friend').filter(function (idx, el) {
return $(el).data('key') === curvePublic;
});