notify if you're focused on a conversation in a bacgkrounded tab
This commit is contained in:
parent
b2de6ac28e
commit
39fd0d0f5f
@ -406,7 +406,7 @@ define([
|
|||||||
|
|
||||||
// Notify on new messages
|
// Notify on new messages
|
||||||
var notify = function (curvePublic) {
|
var notify = function (curvePublic) {
|
||||||
if (Msg.active === curvePublic) { return; }
|
//if (Msg.active === curvePublic) { return; }
|
||||||
var $friend = $listContainer.find('.friend').filter(function (idx, el) {
|
var $friend = $listContainer.find('.friend').filter(function (idx, el) {
|
||||||
return $(el).data('key') === curvePublic;
|
return $(el).data('key') === curvePublic;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user