Throttle typing events, fix profile logging, fix group typing
This commit is contained in:
parent
a8fbd085e2
commit
3851bf351f
4 changed files with 14 additions and 11 deletions
|
@ -1592,7 +1592,7 @@
|
|||
maybeBumpTyping() {
|
||||
const messageText = this.$messageField.val();
|
||||
if (messageText.length) {
|
||||
this.model.bumpTyping();
|
||||
this.model.throttledBumpTyping();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue