mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 00:14:34 +00:00
fix(telegram): namespace slash SessionKey by agent
Fixes openclaw/openclaw#38648
This commit is contained in:
@@ -669,7 +669,7 @@ export const registerTelegramNativeCommands = ({
|
||||
WasMentioned: true,
|
||||
CommandAuthorized: commandAuthorized,
|
||||
CommandSource: "native" as const,
|
||||
SessionKey: `telegram:slash:${senderId || chatId}`,
|
||||
SessionKey: `agent:${route.agentId}:telegram:slash:${senderId || chatId}`,
|
||||
AccountId: route.accountId,
|
||||
CommandTargetSessionKey: sessionKey,
|
||||
MessageThreadId: threadSpec.id,
|
||||
|
||||
Reference in New Issue
Block a user