Explorar o código

Remove unused method

JC Brand %!s(int64=4) %!d(string=hai) anos
pai
achega
e7ddd07d56
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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