Add JSDoc string

This commit is contained in:
JC Brand 2021-02-06 11:26:25 +01:00
parent 0a1cbf87b8
commit 581f892613
1 changed files with 6 additions and 0 deletions

View File

@ -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