1
0
Эх сурвалжийг харах

Allow health listener resource to load (#15096)

* Allow health listener resource to load.

* changelog

* Update changelog.d/15096.bugfix
realtyem 1 жил өмнө
parent
commit
490a3675bd

+ 1 - 0
changelog.d/15096.bugfix

@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.76 where workers would fail to start if the `health` listener was configured.

+ 1 - 0
synapse/config/server.py

@@ -177,6 +177,7 @@ KNOWN_RESOURCES = {
     "client",
     "consent",
     "federation",
+    "health",
     "keys",
     "media",
     "metrics",