summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPeerD <github@spy.de>2020-04-13 13:42:32 +0200
committerGitHub <noreply@github.com>2020-04-13 07:42:32 -0400
commitf41b74216140692fcbae68a11d44a0d041d4ae53 (patch)
tree24d2a7a2aadd579216cdf699ec6a1a296e456d88 /changelog.d
parenttypos (diff)
downloadsynapse-f41b74216140692fcbae68a11d44a0d041d4ae53.tar.xz
Check on room creation if the user is allowed to publish the room to the room directory. (#7260)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7260.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7260.bugfix b/changelog.d/7260.bugfix
new file mode 100644
index 0000000000..9e50b56f23
--- /dev/null
+++ b/changelog.d/7260.bugfix
@@ -0,0 +1 @@
+Fix room publish permissions not being checked on room creation.