mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-20 04:51:50 -05:00
Fix: Contact status
This commit is contained in:
parent
4a48e16441
commit
b04f96a397
@ -127,6 +127,7 @@ module.exports = BasePage.extend({
|
|||||||
if (e.which === 13 && !e.shiftKey) {
|
if (e.which === 13 && !e.shiftKey) {
|
||||||
app.composing[this.model.jid] = '';
|
app.composing[this.model.jid] = '';
|
||||||
this.sendChat();
|
this.sendChat();
|
||||||
|
this.sendChatState('active');
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
} else if (e.which === 38 && this.$chatInput.val() === '' && this.model.lastSentMessage) {
|
} else if (e.which === 38 && this.$chatInput.val() === '' && this.model.lastSentMessage) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user