Remove max_document_size option and use media repo config directly

This commit is contained in:
Tulir Asokan
2022-02-20 13:47:40 +02:00
parent 4a55cf589c
commit 951d82ad27
3 changed files with 2 additions and 5 deletions
-2
View File
@@ -210,8 +210,6 @@ bridge:
image_as_file_size: 10
# Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 1280x1280 = 1638400.
image_as_file_pixels: 1638400
# Maximum size of Telegram documents in megabytes to bridge.
max_document_size: 100
# Enable experimental parallel file transfer, which makes uploads/downloads much faster by
# streaming from/to Matrix and using many connections for Telegram.
# Note that generating HQ thumbnails for videos is not possible with streamed transfers.