소스 검색

Apparently no model triggers `showHelpMessages` anymore

JC Brand 6 년 전
부모
커밋
3cc1b40aad
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();
                 /**