CLI: preserve message send components payload

This commit is contained in:
Saurabh.Chopade
2026-02-16 21:53:14 +05:30
committed by Peter Steinberger
parent 63fb998074
commit bb5ce3b02f
4 changed files with 91 additions and 0 deletions

View File

@@ -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") {