Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
[Sdk] do not send Handoff (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieofxie authored and lzc850612 committed Oct 24, 2019
1 parent e3c3242 commit 5187749
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public SkillCallingRequestHandler(
}
else if (activity.Type == ActivityTypes.Handoff)
{
var result = await _turnContext.SendActivityAsync(activity).ConfigureAwait(false);
if (_handoffActivityHandler != null)
{
_handoffActivityHandler(activity);
Expand Down

0 comments on commit 5187749

Please sign in to comment.