_listener_http should return a list

This commit is contained in:
Erik Johnston 2019-01-30 12:14:50 +00:00
parent a79034aedf
commit 270f212a2a

View File

@ -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"]: