mirror of https://github.com/openclaw/openclaw.git
Telegram: thread command source into inbound context
This commit is contained in:
parent
4fd0d897dc
commit
2c8754c3e1
|
|
@ -240,6 +240,7 @@ export async function buildTelegramInboundContextPayload(params: {
|
|||
StickerMediaIncluded: allMedia[0]?.stickerMetadata ? !stickerCacheHit : undefined,
|
||||
...(locationData ? toLocationContext(locationData) : undefined),
|
||||
CommandAuthorized: commandAuthorized,
|
||||
CommandSource: options?.commandSource,
|
||||
MessageThreadId: threadSpec.id,
|
||||
IsForum: isForum,
|
||||
OriginatingChannel: "telegram" as const,
|
||||
|
|
|
|||
Loading…
Reference in New Issue