mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:37:41 +00:00
CLI: preserve message send components payload
This commit is contained in:
committed by
Peter Steinberger
parent
63fb998074
commit
bb5ce3b02f
@@ -34,6 +34,7 @@ import {
|
||||
normalizeSandboxMediaParams,
|
||||
parseButtonsParam,
|
||||
parseCardParam,
|
||||
parseComponentsParam,
|
||||
readBooleanParam,
|
||||
resolveSlackAutoThreadId,
|
||||
resolveTelegramAutoThreadId,
|
||||
@@ -697,6 +698,7 @@ export async function runMessageAction(
|
||||
: undefined);
|
||||
parseButtonsParam(params);
|
||||
parseCardParam(params);
|
||||
parseComponentsParam(params);
|
||||
|
||||
const action = input.action;
|
||||
if (action === "broadcast") {
|
||||
|
||||
Reference in New Issue
Block a user