Explorar el Código

Apparently no model triggers `showHelpMessages` anymore

JC Brand hace 6 años
padre
commit
3cc1b40aad
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/converse-chatview.js

+ 0 - 1
src/converse-chatview.js

@@ -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();
                 /**