mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 07:41:08 +00:00
Fix Telegram exec approval delivery and auto-resume fallback
This commit is contained in:
committed by
Peter Steinberger
parent
b5161042b7
commit
4207ca2eb8
@@ -312,7 +312,7 @@ export async function executeNodeHostCommand(
|
||||
} else {
|
||||
const followupTarget = execHostShared.buildExecApprovalFollowupTarget({
|
||||
approvalId,
|
||||
sessionKey: params.notifySessionKey,
|
||||
sessionKey: params.notifySessionKey ?? params.sessionKey,
|
||||
turnSourceChannel: params.turnSourceChannel,
|
||||
turnSourceTo: params.turnSourceTo,
|
||||
turnSourceAccountId: params.turnSourceAccountId,
|
||||
|
||||
Reference in New Issue
Block a user