mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-28 07:56:12 -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…
x
Reference in New Issue
Block a user