Fix max asset size minimum value validation error
Change telegram_max_asset_size input minimum from 0 to 1 (service requires at least 1 byte). Set default to 50 MB for no extra filtering. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -150,7 +150,7 @@ When enabled, photos/videos are sent as media attachments to Telegram using the
|
||||
### Limitations
|
||||
|
||||
- Only assets with valid public URLs will be sent
|
||||
- Telegram has a 50 MB file size limit for media (configurable filter to skip large assets)
|
||||
- Telegram has a 50 MB file size limit for media (configurable 1-50 MB filter to skip large assets)
|
||||
- Optional video warning can be shown when videos are present
|
||||
- Media captions use the Image/Video Asset Templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user