소스 검색

Allow health listener resource to load (#15096)

* Allow health listener resource to load.

* changelog

* Update changelog.d/15096.bugfix
realtyem 1 년 전
부모
커밋
490a3675bd
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      changelog.d/15096.bugfix
  2. 1 0
      synapse/config/server.py

+ 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",