diff options
author | Erik Johnston <erikj@element.io> | 2024-05-13 12:12:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 12:12:26 +0100 |
commit | a2e6f43f11d56d014f0c09458d42bc9669459dd4 (patch) | |
tree | 48fc95abdd2770f7eea71b2bb9a95540936a1627 /changelog.d | |
parent | Update docs to bump libjemalloc version on latest debian; correct "push_rules... (diff) | |
download | synapse-a2e6f43f11d56d014f0c09458d42bc9669459dd4.tar.xz |
Fix bug with creating public rooms on workers (#17177)
If room publication is disabled then creating public rooms on workers would not work. Introduced in #16811.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17177.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17177.bugfix b/changelog.d/17177.bugfix new file mode 100644 index 0000000000..db2334d690 --- /dev/null +++ b/changelog.d/17177.bugfix @@ -0,0 +1 @@ +Fix bug where disabling room publication prevented public rooms being created on workers. |