wechaty / puppet-wechat

Wechaty Puppet Provider for WeChat
https://www.npmjs.com/package/wechaty-puppet-wechat
Apache License 2.0
405 stars 67 forks source link

Fix receiving empty files (#174) #183

Closed System233 closed 2 years ago

System233 commented 2 years ago

Fix #174 ref #180 MsgId may change after postMessage succeeds, and the local MsgId is invalid in this case. image

https://github.com/wechaty/puppet-wechat/blob/1442099e5cbf107d97f11e99f3dee2e793260aa8/src/puppet-wechat.ts#L1144

System233 commented 2 years ago

I just tested it and it works.

huan commented 2 years ago

Thank you very much for the fix!

The code will be published with wechaty-puppet-wechat@1.11.5 and above versions.