mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-20 17:20:22 -04:00
parent
7b3a8f2b0c
commit
73f097888e
4 changed files with 13 additions and 0 deletions
|
@ -199,6 +199,9 @@ class GenericWorkerServer(HomeServer):
|
|||
"A 'media' listener is configured but the media"
|
||||
" repository is disabled. Ignoring."
|
||||
)
|
||||
elif name == "health":
|
||||
# Skip loading, health resource is always included
|
||||
continue
|
||||
|
||||
if name == "openid" and "federation" not in res.names:
|
||||
# Only load the openid resource separately if federation resource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue