fix: add gif playback for WhatsApp sends

This commit is contained in:
Peter Steinberger
2026-01-03 23:56:36 +00:00
parent e1dd764504
commit e17c038d18
13 changed files with 122 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export async function sendCommand(
json?: boolean;
dryRun?: boolean;
media?: string;
gifPlayback?: boolean;
},
deps: CliDeps,
runtime: RuntimeEnv,
@@ -144,6 +145,7 @@ export async function sendCommand(
to: opts.to,
message: opts.message,
mediaUrl: opts.media,
gifPlayback: opts.gifPlayback,
provider,
idempotencyKey: randomIdempotencyKey(),
},