From bdcf8c5a2ac4c0aa44b1adc4743cec9b4a7660a5 Mon Sep 17 00:00:00 2001 From: "C. Oceania" Date: Thu, 9 May 2024 12:11:30 -0500 Subject: [PATCH] Update TranslationResponseHook.cs --- .../BotSharp.Core/Translation/TranslationResponseHook.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs b/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs index fbb998ad..fef6ee17 100644 --- a/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs +++ b/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs @@ -39,6 +39,7 @@ namespace BotSharp.Logger.Hooks message.MessageId, message.RichContent, language: language); + message.SecondaryContent = message.SecondaryRichContent.Message.Text; } else {