Upgrade to v0.15.2

This commit is contained in:
yunohost-bot 2024-07-17 06:28:16 +00:00
parent 218c29420f
commit e0b42ad667
2 changed files with 11 additions and 4 deletions

View file

@ -207,6 +207,11 @@ bridge:
image_as_file_size: 10 image_as_file_size: 10
# Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 4096x4096 = 16777216. # Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 4096x4096 = 16777216.
image_as_file_pixels: 16777216 image_as_file_pixels: 16777216
# Maximum size of Telegram documents before linking to Telegrm instead of bridge
# to Matrix media.
document_as_link_size:
channel:
bot:
# Enable experimental parallel file transfer, which makes uploads/downloads much faster by # Enable experimental parallel file transfer, which makes uploads/downloads much faster by
# streaming from/to Matrix and using many connections for Telegram. # streaming from/to Matrix and using many connections for Telegram.
# Note that generating HQ thumbnails for videos is not possible with streamed transfers. # Note that generating HQ thumbnails for videos is not possible with streamed transfers.
@ -500,9 +505,9 @@ bridge:
# domain - All users on that homeserver # domain - All users on that homeserver
# mxid - Specific user # mxid - Specific user
permissions: permissions:
"__LISTRELAYBOT__": "relaybot" "*": "relaybot"
"__LISTPUPPETING__": "puppeting" "__BOTUSERS__": "puppeting"
"__LISTADMIN__": "admin" "__BOTADMIN__": "admin"
# Options related to the message relay Telegram bot. # Options related to the message relay Telegram bot.
relaybot: relaybot:
private_chat: private_chat:
@ -541,6 +546,8 @@ telegram:
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix? # Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
sequential_updates: true sequential_updates: true
exit_on_update_error: false exit_on_update_error: false
# Interval to force refresh the connection (full reconnect). 0 disables it.
force_refresh_interval_seconds: 0
# Telethon connection options. # Telethon connection options.
connection: connection:
# The timeout in seconds to be used when connecting. # The timeout in seconds to be used when connecting.

View file

@ -4,7 +4,7 @@ id = "mautrix_telegram"
name = "Matrix-Telegram bridge" name = "Matrix-Telegram bridge"
description.en = "Telegram puppeting bridge for Matrix/Synapse" description.en = "Telegram puppeting bridge for Matrix/Synapse"
description.fr = "Passerelle Telegram pour Matrix/Synapse" description.fr = "Passerelle Telegram pour Matrix/Synapse"
version = "0.15.1~ynh2" version = "0.15.2~ynh1"
maintainers = ["thardev"] maintainers = ["thardev"]
[upstream] [upstream]