Skip to content

Commit

Permalink
Remove the logic of forcing the autoEndDialog to be false (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
luhan2017 authored Aug 12, 2020
1 parent 66f5d14 commit 5ebecd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/dotnet/core/ComposerBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ public ComposerBot(ConversationState conversationState, UserState userState, Res
{
rootDialog.AutoEndDialog = true;
}
else
{
rootDialog.AutoEndDialog = false;
}

if (this.removeRecipientMention && turnContext?.Activity?.Type == "message")
{
Expand Down

0 comments on commit 5ebecd7

Please sign in to comment.