_listener_http should return a list
This commit is contained in:
parent
a79034aedf
commit
270f212a2a
|
@ -95,7 +95,7 @@ class SynapseHomeServer(HomeServer):
|
|||
site_tag = listener_config.get("tag", port)
|
||||
|
||||
if tls and config.no_tls:
|
||||
return
|
||||
return []
|
||||
|
||||
resources = {}
|
||||
for res in listener_config["resources"]:
|
||||
|
|
Loading…
Reference in New Issue