Enable catch_up and sequential_updates by default

This commit is contained in:
Tulir Asokan
2022-05-25 16:49:59 +03:00
parent d898486b49
commit 591e79f5a0
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -228,6 +228,9 @@ class Config(BaseBridgeConfig):
copy("telegram.api_hash")
copy("telegram.bot_token")
copy("telegram.catch_up")
copy("telegram.sequential_updates")
copy("telegram.connection.timeout")
copy("telegram.connection.retries")
copy("telegram.connection.retry_delay")