notify if you're focused on a conversation in a bacgkrounded tab
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user