소스 검색

Add JSDoc string

JC Brand 4 년 전
부모
커밋
581f892613
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/headless/plugins/muc/muc.js

+ 6 - 0
src/headless/plugins/muc/muc.js

@@ -451,6 +451,12 @@ const ChatRoomMixin = {
         }
     },
 
+    /**
+     * Handles XEP-0452 MUC Mention Notification messages
+     * @private
+     * @method _converse.ChatRoom#handleForwardedMentions
+     * @param { XMLElement } stanza
+     */
     handleForwardedMentions (stanza) {
         if (this.session.get('connection_status') === converse.ROOMSTATUS.ENTERED) {
             // Avoid counting mentions twice