mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
_listener_http should return a list
This commit is contained in:
parent
a79034aedf
commit
270f212a2a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue