port: TeamsInfo.sendMessageToTeamsChannel() doesn't return the correct ConversationReference #4144
Labels
bug
Indicates an unexpected problem or an unintended behavior.
ExemptFromDailyDRIReport
Use this label to exclude the issue from the DRI report.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Version
4.15.0
Describe the bug
When calling the
TeamsInfo.sendMessageToTeamsChannel
method and reply to the new message thread, it replies to the first message sent to the bot instead of the new created one.DotNet's reference
To Reproduce
Steps to reproduce the behavior:
TeamsInfo.sendMessageToTeamsChannel( ... )
.@TeamsStartThreadInChannel
.Expected behavior
Should return the
ConversationReference
for the new message sent to the Teams' channel.Additional context
Issue BotBuilder-Samples#3326
Screenshots
The text was updated successfully, but these errors were encountered: