Enable captions by default

This commit is contained in:
Tulir Asokan
2025-05-07 13:40:39 +03:00
parent 530bd9e52e
commit 8fbd723bfa
+1 -2
View File
@@ -216,8 +216,7 @@ bridge:
# to resolve redirects in invite links.
invite_link_resolve: false
# Send captions in the same message as images. This will send data compatible with both MSC2530 and MSC3552.
# This is currently not supported in most clients.
caption_in_message: false
caption_in_message: true
# Maximum size of image in megabytes before sending to Telegram as a document.
image_as_file_size: 10
# Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 4096x4096 = 16777216.