fix(slack): preserve original bytes for forced media (#122667)

Punchcard-Session: crisp-valley-brook-8r
This commit is contained in:
Vincent Koc
2026-08-12 23:32:32 +08:00
committed by GitHub
parent 8060ef8937
commit d5f995c388
15 changed files with 176 additions and 4 deletions
+3 -2
View File
@@ -98,8 +98,9 @@ true}`. `--pin` is shorthand for pinned delivery when the channel supports
it.
- `--reply-to <id>`, `--thread-id <id>` (Telegram forum topic; Slack thread
timestamp, same field as `--reply-to`).
- `--force-document` (Telegram, WhatsApp): send images/GIFs/videos as
documents to avoid channel compression.
- `--force-document`: preserve original image bytes on Slack, or send
images/GIFs/videos as documents on Telegram and WhatsApp, to avoid channel
compression.
- `--silent` (Telegram, Discord): send without a notification.
- `--gif-playback` (WhatsApp only): treat video media as GIF playback.