Fix missing config update copy() for tls items.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user