summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-05-16 14:06:04 +0100
committerGitHub <noreply@github.com>2022-05-16 14:06:04 +0100
commita5c26750b50563f2edda8b5d37c70b1d49e5f34c (patch)
treed9ff333e51eeff04d8703b649941674f3dfbb0a7 /changelog.d
parentConsolidate logic for parsing relations. (#12693) (diff)
downloadsynapse-a5c26750b50563f2edda8b5d37c70b1d49e5f34c.tar.xz
Fix room upgrades creating an empty room when auth fails (#12696)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12696.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12696.bugfix b/changelog.d/12696.bugfix
new file mode 100644
index 0000000000..e410184a22
--- /dev/null
+++ b/changelog.d/12696.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where an empty room would be created when a user with an insufficient power level tried to upgrade a room.