Skip to content

Commit

Permalink
fix(reconnect): Allow reconnecting paused accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 29, 2024
1 parent 49a247d commit b8e212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ class Account {
}

async requestReconnect(data) {
await this.loadAccountData(this.account, true);
await this.loadAccountData(this.account, false);

if (data.reconnect) {
await this.call({
Expand Down

0 comments on commit b8e212f

Please sign in to comment.