瀏覽代碼

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) {
     handleForwardedMentions (stanza) {
         if (this.session.get('connection_status') === converse.ROOMSTATUS.ENTERED) {
         if (this.session.get('connection_status') === converse.ROOMSTATUS.ENTERED) {
             // Avoid counting mentions twice
             // Avoid counting mentions twice