diff --git a/mautrix_telegram/config.py b/mautrix_telegram/config.py index 904f3a43..d9a24a2f 100644 --- a/mautrix_telegram/config.py +++ b/mautrix_telegram/config.py @@ -57,6 +57,9 @@ class Config(BaseBridgeConfig): base["appservice.address"] = f"{protocol}://{hostname}:{port}" else: copy("appservice.address") + + copy("appservice.tls_cert") + copy("appservice.tls_key") copy("appservice.hostname") copy("appservice.port") copy("appservice.max_body_size")