diff options
author | Erik Johnston <erikj@element.io> | 2024-05-13 13:11:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 13:11:07 +0100 |
commit | 59ac5413109751962517257f4b92cf862affe882 (patch) | |
tree | 1cf27142283ff93514de7b65535d33f25278e107 /changelog.d | |
parent | Fix bug with creating public rooms on workers (#17177) (diff) | |
download | synapse-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.bugfix | 1 |
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. |