summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-13 13:11:07 +0100
committerGitHub <noreply@github.com>2024-05-13 13:11:07 +0100
commit59ac5413109751962517257f4b92cf862affe882 (patch)
tree1cf27142283ff93514de7b65535d33f25278e107 /changelog.d
parentFix bug with creating public rooms on workers (#17177) (diff)
downloadsynapse-59ac5413109751962517257f4b92cf862affe882.tar.xz
Actually fix public rooms (#17184)
See #17177.

I'm an idiot and moved them to the wrong store :facepalm:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17184.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17184.bugfix b/changelog.d/17184.bugfix
new file mode 100644
index 0000000000..db2334d690
--- /dev/null
+++ b/changelog.d/17184.bugfix
@@ -0,0 +1 @@
+Fix bug where disabling room publication prevented public rooms being created on workers.