mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 16:55:13 +00:00
fix(whatsapp): honor forceDocument flag end-to-end (#79272)
Merged via squash.
Prepared head SHA: faaff35f1e
Co-authored-by: itsuzef <53057646+itsuzef@users.noreply.github.com>
Co-authored-by: mcaxtr <7562095+mcaxtr@users.noreply.github.com>
Reviewed-by: @mcaxtr
This commit is contained in:
@@ -26,7 +26,7 @@ export function registerMessageSendCommand(message: Command, helpers: MessageCli
|
||||
.option("--gif-playback", "Treat video media as GIF playback (WhatsApp only).", false)
|
||||
.option(
|
||||
"--force-document",
|
||||
"Send media as document to avoid Telegram compression (Telegram only). Applies to images and GIFs.",
|
||||
"Send media as document to avoid channel compression (Telegram, WhatsApp). Applies to images, GIFs, and videos.",
|
||||
false,
|
||||
)
|
||||
.option(
|
||||
|
||||
Reference in New Issue
Block a user