Commit 3690d1c2 authored by JC Brand's avatar JC Brand

Fix. Used the wrong listenere.

parent 23a1dc4f
......@@ -142,7 +142,7 @@
};
converse.on('contactStatusChanged', converse.showChatStateNotification);
converse.on('message', converse.showMessageNotification);
converse.on('message', converse.notifyOfNewMessage);
}
});
}));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment