From e017c21dd3dde92c5b9ed0b89d8cba98f0a2b1b7 Mon Sep 17 00:00:00 2001 From: Haiping Date: Wed, 16 Apr 2025 15:35:42 -0500 Subject: [PATCH] rollback set conversation id --- .../BotSharp.Core/Conversations/Services/ConversationService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs index c8277500..dc98d440 100644 --- a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs +++ b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs @@ -201,8 +201,6 @@ public partial class ConversationService : IConversationService }; converation = await NewConversation(sess); } - - _conversationId = converation.Id; return converation; }