parent
c2212833a1
commit
4624cc2dc7
@ -83,7 +83,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
converse.showChatStateNotification = function (event, contact) {
|
converse.showChatStateNotification = function (evt, contact) {
|
||||||
/* Show an HTML5 notification indicating that a contact changed
|
/* Show an HTML5 notification indicating that a contact changed
|
||||||
* their chat state.
|
* their chat state.
|
||||||
*/
|
*/
|
||||||
@ -109,7 +109,7 @@
|
|||||||
setTimeout(n.close.bind(n), 5000);
|
setTimeout(n.close.bind(n), 5000);
|
||||||
};
|
};
|
||||||
|
|
||||||
converse.showMessageNotification = function ($message) {
|
converse.showMessageNotification = function (evt, $message) {
|
||||||
/* Shows an HTML5 Notification to indicate that a new chat
|
/* Shows an HTML5 Notification to indicate that a new chat
|
||||||
* message was received.
|
* message was received.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user