botman / botman/driver-botframework
IncomingMessage recipient is set as conversation id but must be recipient
Open
- Dominant language
- PHP
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
BotMan\Drivers\BotFramework\BotFrameworkDriver
line 79
new IncomingMessage($message, $this->event->get('from')['id'], $this->event->get('conversation')['id'],
'conversation' **replace with** 'recipient'
Contributor guide
Assessment
This issue has not been assessed yet.