Skip to content
New issue

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

Fix bug related to channelId #3833

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Fix bug related to channelId #3833

merged 1 commit into from
Oct 17, 2022

Conversation

rm3f
Copy link
Contributor

@rm3f rm3f commented Oct 14, 2022

Fixing a bug that used to pass teamsChannelId instead of chanelId when calling CreateConversationAsync.
CreateConversationAsync requires the ChannelId which comes from turnContext.Activity.ChannelId and has the value "msteams". The teamsChannelId is the Id of a channel in a team when the conversation is happening. (19:b6ce1b0...)

Fixes #

Proposed Changes

  • CreateConversationAsync requires the ChannelId which comes from turnContext.Activity.ChannelId and has the value "msteams". The teamsChannelId is the Id of a channel in a team when the conversation is happening. (19:b6ce1b0...)

Testing

Fixing a bug that used to pass teamsChannelId instead of chanelId when calling CreateConversationAsync
@tracyboehrer tracyboehrer merged commit b578bbe into microsoft:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants