Fix. Used the wrong listenere.

This commit is contained in:
JC Brand 2016-03-01 22:40:19 +00:00
parent 23a1dc4f2b
commit 3690d1c205

View File

@ -142,7 +142,7 @@
};
converse.on('contactStatusChanged', converse.showChatStateNotification);
converse.on('message', converse.showMessageNotification);
converse.on('message', converse.notifyOfNewMessage);
}
});
}));