diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-05-16 14:06:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 14:06:04 +0100 |
commit | a5c26750b50563f2edda8b5d37c70b1d49e5f34c (patch) | |
tree | d9ff333e51eeff04d8703b649941674f3dfbb0a7 /changelog.d | |
parent | Consolidate logic for parsing relations. (#12693) (diff) | |
download | synapse-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.bugfix | 1 |
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. |