mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Upgrade to v0.15.2
This commit is contained in:
parent
218c29420f
commit
e0b42ad667
2 changed files with 11 additions and 4 deletions
|
@ -207,6 +207,11 @@ bridge:
|
|||
image_as_file_size: 10
|
||||
# Maximum number of pixels in an image before sending to Telegram as a document. Defaults to 4096x4096 = 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
|
||||
# streaming from/to Matrix and using many connections for Telegram.
|
||||
# Note that generating HQ thumbnails for videos is not possible with streamed transfers.
|
||||
|
@ -500,9 +505,9 @@ bridge:
|
|||
# domain - All users on that homeserver
|
||||
# mxid - Specific user
|
||||
permissions:
|
||||
"__LISTRELAYBOT__": "relaybot"
|
||||
"__LISTPUPPETING__": "puppeting"
|
||||
"__LISTADMIN__": "admin"
|
||||
"*": "relaybot"
|
||||
"__BOTUSERS__": "puppeting"
|
||||
"__BOTADMIN__": "admin"
|
||||
# Options related to the message relay Telegram bot.
|
||||
relaybot:
|
||||
private_chat:
|
||||
|
@ -541,6 +546,8 @@ telegram:
|
|||
# Should incoming updates be handled sequentially to make sure order is preserved on Matrix?
|
||||
sequential_updates: true
|
||||
exit_on_update_error: false
|
||||
# Interval to force refresh the connection (full reconnect). 0 disables it.
|
||||
force_refresh_interval_seconds: 0
|
||||
# Telethon connection options.
|
||||
connection:
|
||||
# The timeout in seconds to be used when connecting.
|
||||
|
|
|
@ -4,7 +4,7 @@ id = "mautrix_telegram"
|
|||
name = "Matrix-Telegram bridge"
|
||||
description.en = "Telegram puppeting bridge for Matrix/Synapse"
|
||||
description.fr = "Passerelle Telegram pour Matrix/Synapse"
|
||||
version = "0.15.1~ynh2"
|
||||
version = "0.15.2~ynh1"
|
||||
maintainers = ["thardev"]
|
||||
|
||||
[upstream]
|
||||
|
|
Loading…
Reference in a new issue