Fix. Used the wrong listenere.
This commit is contained in:
parent
23a1dc4f2b
commit
3690d1c205
@ -142,7 +142,7 @@
|
||||
};
|
||||
|
||||
converse.on('contactStatusChanged', converse.showChatStateNotification);
|
||||
converse.on('message', converse.showMessageNotification);
|
||||
converse.on('message', converse.notifyOfNewMessage);
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user