Skip to content

Commit

Permalink
squash: fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Sep 4, 2024
1 parent 7eb13ee commit 11da18a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/xmpp/xmpp.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,7 @@ export default class XMPP extends Listenable {

this._maybeSendDeploymentInfoStat(true);

if (this._components.length > 0) {
this._preComponentsMsgs.forEach(this._onPrivateMessage.bind(this));
}
this._preComponentsMsgs.forEach(this._onPrivateMessage.bind(this));
this._preComponentsMsgs = [];
}

Expand Down

0 comments on commit 11da18a

Please sign in to comment.