Skip to content
Snippets Groups Projects
Commit 270f212a authored by Erik Johnston's avatar Erik Johnston
Browse files

_listener_http should return a list

parent a79034ae
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ class SynapseHomeServer(HomeServer): ...@@ -95,7 +95,7 @@ class SynapseHomeServer(HomeServer):
site_tag = listener_config.get("tag", port) site_tag = listener_config.get("tag", port)
if tls and config.no_tls: if tls and config.no_tls:
return return []
resources = {} resources = {}
for res in listener_config["resources"]: for res in listener_config["resources"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment