summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-13 12:12:26 +0100
committerGitHub <noreply@github.com>2024-05-13 12:12:26 +0100
commita2e6f43f11d56d014f0c09458d42bc9669459dd4 (patch)
tree48fc95abdd2770f7eea71b2bb9a95540936a1627 /changelog.d
parentUpdate docs to bump libjemalloc version on latest debian; correct "push_rules... (diff)
downloadsynapse-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.bugfix1
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.