瀏覽代碼

Remove unused method

JC Brand 4 年之前
父節點
當前提交
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();
     }
 
-    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.
      * @private