fix: normalize before_dispatch conversation id

This commit is contained in:
Ayaan Zaidi
2026-03-25 16:28:31 +05:30
parent 15776091a8
commit b497f3cda0

View File

@@ -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,
},