Don't show delayed chat state notifications

This commit is contained in:
JC Brand 2018-04-22 04:09:24 +02:00
parent f785c2df0a
commit 2850ef0485

View File

@ -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')) {