2
0
JC Brand 4 жил өмнө
parent
commit
581f892613

+ 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