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

pull/1/head
ansuz 7 years ago
parent b2de6ac28e
commit 39fd0d0f5f

@ -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;
});

Loading…
Cancel
Save