Apparently no model triggers showHelpMessages anymore

This commit is contained in:
JC Brand 2019-06-11 10:34:23 +02:00
parent dc0085bff3
commit 3cc1b40aad

View File

@ -351,7 +351,6 @@ converse.plugins.add('converse-chatview', {
this.model.on('destroy', this.remove, this);
this.model.presence.on('change:show', this.onPresenceChanged, this);
this.model.on('showHelpMessages', this.showHelpMessages, this);
this.render();
this.updateAfterMessagesFetched();
/**