mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
fix: normalize before_dispatch conversation id
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user