We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.13.0
The activity.channelId for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'.
activity.channelId
Steps to reproduce the behavior:
POST
channelId
As all activities are routed thru Emulator, I would expect the channelId to always have a value of 'emulator'.
[bug]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.13.0
Describe the bug
The
activity.channelId
for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'.To Reproduce
Steps to reproduce the behavior:
POST
in the Inspector pane on outgoing user-to-bot messageschannelId
property value shows 'webchat'Expected behavior
As all activities are routed thru Emulator, I would expect the
channelId
to always have a value of 'emulator'.Screenshots
[bug]
The text was updated successfully, but these errors were encountered: