Disables the "Focus connected" notification.
This commit is contained in:
parent
451d16a664
commit
a1624138fe
3
app.js
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…
Reference in New Issue