mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
_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)
|
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"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user