Added parameter in config for selecting convert type
This commit is contained in:
@@ -163,6 +163,12 @@ bridge:
|
||||
image_as_file_size: 10
|
||||
# Maximum size of Telegram documents in megabytes to bridge.
|
||||
max_document_size: 100
|
||||
# Format, animated sticker convert to (unstable).
|
||||
# Supported values:
|
||||
# image - converts to png (preferred),
|
||||
# gif - converts to gif animation (sometimes loses alpha),
|
||||
# video - VP9 video in mp4 container
|
||||
animated_sticker_target_type: image
|
||||
|
||||
# Whether to bridge Telegram bot messages as m.notices or m.texts.
|
||||
bot_messages_as_notices: true
|
||||
|
||||
Reference in New Issue
Block a user