From 8fbd723bfab367484ae97b36bb757d745c99308c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 7 May 2025 13:40:39 +0300 Subject: [PATCH] Enable captions by default --- mautrix_telegram/example-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml index b37b0f21..8229c3e5 100644 --- a/mautrix_telegram/example-config.yaml +++ b/mautrix_telegram/example-config.yaml @@ -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.