summaryrefslogtreecommitdiffstats
path: root/webapp/utils/async_client.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-04 10:10:19 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-04 10:10:19 -0400
commit274a2a58f0cb420b1b24495dcaa7ae2d2ffd7bec (patch)
tree2296d02067c52914c0a8eac9c6b3b9abe53d4676 /webapp/utils/async_client.jsx
parent1cf9432524914f538a33dad94d15251be12f7568 (diff)
downloadchat-274a2a58f0cb420b1b24495dcaa7ae2d2ffd7bec.tar.gz
chat-274a2a58f0cb420b1b24495dcaa7ae2d2ffd7bec.tar.bz2
chat-274a2a58f0cb420b1b24495dcaa7ae2d2ffd7bec.zip
Performance improvments (#2869)
Diffstat (limited to 'webapp/utils/async_client.jsx')
-rw-r--r--webapp/utils/async_client.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 0dede3bc9..57888f722 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -131,7 +131,6 @@ export function updateLastViewedAt(id) {
() => {
callTracker.updateLastViewed = 0;
ErrorStore.clearLastError();
- ErrorStore.emitChange();
},
(err) => {
callTracker.updateLastViewed = 0;