Browse Source

Add JSDoc string

JC Brand 4 năm trước cách đây
mục cha
commit
581f892613
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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