Remove unused method
This commit is contained in:
parent
65742d32ec
commit
e7ddd07d56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user