Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
感谢 @kctony 反馈
  • Loading branch information
flxxyz authored Nov 9, 2020
1 parent b402b52 commit 616e7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Client {
this.send({
type: 'joingroup',
rid: this.roomId,
gid: 0
gid: -9999
})
}

Expand Down Expand Up @@ -158,4 +158,4 @@ class Client {
}
}

module.exports = Client
module.exports = Client

0 comments on commit 616e7f7

Please sign in to comment.