Commit 2850ef04 authored by JC Brand's avatar JC Brand

Don't show delayed chat state notifications

parent f785c2df
......@@ -704,7 +704,7 @@
if (message.get('type') === 'error') {
this.showMessage(message);
} else {
if (message.get('chat_state')) {
if (message.get('chat_state') && !message.get('delayed')) {
this.showChatStateNotification(message);
}
if (message.get('file') || message.get('message')) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment