Explorar o código

Add JSDoc string

JC Brand %!s(int64=4) %!d(string=hai) anos
pai
achega
581f892613
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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