Disables the "Focus connected" notification.

pull/211/head
George Politis 10 years ago
parent 451d16a664
commit a1624138fe
  1. 3
      app.js

@ -769,7 +769,8 @@ $(document).bind('entered.muc', function (event, jid, info, pres) {
{
focusJid = jid;
console.info("Ignore focus: " + jid +", real JID: " + info.jid);
messageHandler.notify('Focus', 'connected', 'connected');
// We don't want this notification for the focus.
// messageHandler.notify('Focus', 'connected', 'connected');
return;
}

Loading…
Cancel
Save