Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Feb 28, 2022
1 parent fc4f6ca commit d1c385e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ export class ForwardMessageToGitterCommunityHandler implements ICommandHandler<F
PUPPET.payloads.sayable.text(signature),
),
)

/**
* FIXME: the puppet gitter send image api is not working
* @link https://github.com/wechaty/puppet-gitter/issues/8
*/
await this.commandBus.execute(
new SendMessageCommand(
puppetId,
Expand Down

0 comments on commit d1c385e

Please sign in to comment.