Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 490a367

Browse files
authored
Allow health listener resource to load (#15096)
* Allow health listener resource to load. * changelog * Update changelog.d/15096.bugfix
1 parent 1cbc3f1 commit 490a367

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/15096.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a bug introduced in Synapse 1.76 where workers would fail to start if the `health` listener was configured.

synapse/config/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def generate_ip_set(
177177
"client",
178178
"consent",
179179
"federation",
180+
"health",
180181
"keys",
181182
"media",
182183
"metrics",

0 commit comments

Comments
 (0)