mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:01:25 +00:00
fix: harden routing/session isolation for followups and heartbeat
This commit is contained in:
@@ -460,7 +460,10 @@ export async function runPreparedReply(
|
||||
agentDir,
|
||||
sessionId: sessionIdFinal,
|
||||
sessionKey,
|
||||
messageProvider: sessionCtx.Provider?.trim().toLowerCase() || undefined,
|
||||
messageProvider:
|
||||
sessionCtx.OriginatingChannel?.trim().toLowerCase() ||
|
||||
sessionCtx.Provider?.trim().toLowerCase() ||
|
||||
undefined,
|
||||
agentAccountId: sessionCtx.AccountId,
|
||||
groupId: resolveGroupSessionKey(sessionCtx)?.id ?? undefined,
|
||||
groupChannel: sessionCtx.GroupChannel?.trim() ?? sessionCtx.GroupSubject?.trim(),
|
||||
|
||||
Reference in New Issue
Block a user