From b497f3cda03f79714ec11c80784be47028ad4eb9 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Wed, 25 Mar 2026 16:28:31 +0530 Subject: [PATCH] fix: normalize before_dispatch conversation id --- src/auto-reply/reply/dispatch-from-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply/dispatch-from-config.ts b/src/auto-reply/reply/dispatch-from-config.ts index f01a47ad80c..8f68e4ab784 100644 --- a/src/auto-reply/reply/dispatch-from-config.ts +++ b/src/auto-reply/reply/dispatch-from-config.ts @@ -565,7 +565,7 @@ export async function dispatchReplyFromConfig(params: { { channelId: hookContext.channelId, accountId: hookContext.accountId, - conversationId: hookContext.conversationId, + conversationId: inboundClaimContext.conversationId, sessionKey: sessionStoreEntry.sessionKey ?? sessionKey, senderId: hookContext.senderId, },