Commit 550f7827 authored by JC Brand's avatar JC Brand

Bugfix. Contact wasn't being sent. updates #443

parent d92645c8
......@@ -1544,7 +1544,7 @@
}.bind(this),
function () {
this.clearSpinner();
converse.log("Error while trying to fetch archived messages", "error");
converse.log("Error or timeout while trying to fetch archived messages", "error");
}.bind(this)
);
},
......
......@@ -171,7 +171,7 @@
* status has changed.
*/
if (converse.areDesktopNotificationsEnabled()) {
converse.showChatStateNotification();
converse.showChatStateNotification(contact);
}
};
......
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