JC Brand 4 лет назад
Родитель
Сommit
e7ddd07d56
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      src/plugins/muc-views/muc.js

+ 0 - 7
src/plugins/muc-views/muc.js

@@ -75,13 +75,6 @@ export default class MUCView extends BaseChatView {
         modal.show();
         modal.show();
     }
     }
 
 
-    showChatStateNotification (message) {
-        if (message.get('sender') === 'me') {
-            return;
-        }
-        return _converse.ChatBoxView.prototype.showChatStateNotification.apply(this, arguments);
-    }
-
     /**
     /**
      * Callback method that gets called after the chat has become visible.
      * Callback method that gets called after the chat has become visible.
      * @private
      * @private