Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
atorber committed Oct 15, 2024
2 parents a76ba3b + e6ebe0f commit f28139b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-puppet-bridge",
"version": "0.15.1",
"version": "0.15.2",
"description": "Puppet Bridge for Wechaty",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/puppet-bridge-lich0821-WeChatFerry-3091027.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class PuppetBridge extends PUPPET.Puppet {
log.verbose('PuppetBridge', 'onStop()')

if (this.logonoff()) {
this.bridge.client.stop()
await this.logout()
}
}
Expand Down

0 comments on commit f28139b

Please sign in to comment.