mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 01:44:02 +01:00
Allow health listener resource to load (#15096)
* Allow health listener resource to load. * changelog * Update changelog.d/15096.bugfix
This commit is contained in:
parent
1cbc3f197c
commit
490a3675bd
2 changed files with 2 additions and 0 deletions
1
changelog.d/15096.bugfix
Normal file
1
changelog.d/15096.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix a bug introduced in Synapse 1.76 where workers would fail to start if the `health` listener was configured.
|
|
@ -177,6 +177,7 @@ KNOWN_RESOURCES = {
|
||||||
"client",
|
"client",
|
||||||
"consent",
|
"consent",
|
||||||
"federation",
|
"federation",
|
||||||
|
"health",
|
||||||
"keys",
|
"keys",
|
||||||
"media",
|
"media",
|
||||||
"metrics",
|
"metrics",
|
||||||
|
|
Loading…
Reference in a new issue