diff --git a/src/plugins/muc-views/muc.js b/src/plugins/muc-views/muc.js index dfd1a90a6..2d6f512a1 100644 --- a/src/plugins/muc-views/muc.js +++ b/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