mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 09:59:49 +00:00
fix: complete whatsapp forced document delivery
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 channel compression (Telegram, WhatsApp). 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