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

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

parent d92645c8
...@@ -1544,7 +1544,7 @@ ...@@ -1544,7 +1544,7 @@
}.bind(this), }.bind(this),
function () { function () {
this.clearSpinner(); 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) }.bind(this)
); );
}, },
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
* status has changed. * status has changed.
*/ */
if (converse.areDesktopNotificationsEnabled()) { 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