Commit 3cc1b40a authored by JC Brand's avatar JC Brand

Apparently no model triggers `showHelpMessages` anymore

parent dc0085bf
......@@ -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();
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment