Bugfix. Contact wasn't being sent. updates #443
This commit is contained in:
parent
d92645c8d3
commit
550f7827bf
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user