Skip to content

Commit

Permalink
Add force_refresh_interval_seconds to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercr committed May 24, 2024
1 parent a35f6ab commit 4b25e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mautrix_telegram/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:
copy("telegram.catch_up")
copy("telegram.sequential_updates")
copy("telegram.exit_on_update_error")
copy("telegram.force_refresh_interval_seconds")

copy("telegram.connection.timeout")
copy("telegram.connection.retries")
Expand Down

0 comments on commit 4b25e85

Please sign in to comment.