summaryrefslogtreecommitdiffstats
path: root/webapp/stores/user_typing_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/stores/user_typing_store.jsx')
-rw-r--r--webapp/stores/user_typing_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/stores/user_typing_store.jsx b/webapp/stores/user_typing_store.jsx
index 85c10bfbe..8bbce117f 100644
--- a/webapp/stores/user_typing_store.jsx
+++ b/webapp/stores/user_typing_store.jsx
@@ -64,7 +64,7 @@ class UserTypingStoreClass extends EventEmitter {
Reflect.deleteProperty(this.typingUsers, loc);
}
this.emitChange();
- }, Constants.UPDATE_TYPING_MS);
+ }, parseInt(window.mm_config.TimeBetweenUserTypingUpdatesMilliseconds, 10));
this.emitChange();
}