Throttle typing events, fix profile logging, fix group typing

This commit is contained in:
Scott Nonnenberg 2018-12-10 10:21:40 -08:00
parent a8fbd085e2
commit 3851bf351f
4 changed files with 14 additions and 11 deletions

View file

@ -1592,7 +1592,7 @@
maybeBumpTyping() {
const messageText = this.$messageField.val();
if (messageText.length) {
this.model.bumpTyping();
this.model.throttledBumpTyping();
}
},