juzibot / donut-tester

40 stars 4 forks source link

`message.forward(room)` results in a invalid official message being forwarded. #21

Closed huan closed 4 years ago

huan commented 4 years ago

Reproduce steps:

  1. A user forward an Official Account message to the bot
  2. the bot get a message instance from the on(message, ...) event
  3. bot call message.forward(room), which the room is a Room instance.
  4. the message was forwarded to the room, however, it can not be opened with an error message: "参数错误"
su-chang commented 4 years ago

Thanks for the issue.

It has been fixed in wechaty-puppet-donut@0.3.61

huan commented 4 years ago

Awesome, thank you very much for the fix!

huan commented 4 years ago

Close this issue because it's confirmed fixed.