diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-01-06 04:53:07 -0500 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-06 09:53:07 +0000 |
commit | 01c3c6c9298d0bbdbbc6e829e9c9f1e1a52e8332 (patch) | |
tree | 90878a38ea76e38c522a00ad8709ae80d42bbda0 /changelog.d | |
parent | Automate generation of the sample and debian log configs (#6627) (diff) | |
download | synapse-01c3c6c9298d0bbdbbc6e829e9c9f1e1a52e8332.tar.xz |
Fix power levels being incorrectly set in old and new rooms after a room upgrade (#6633)
Modify a copy of an upgraded room's PL before sending to the new room
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6633.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6633.bugfix b/changelog.d/6633.bugfix new file mode 100644 index 0000000000..4bacf26021 --- /dev/null +++ b/changelog.d/6633.bugfix @@ -0,0 +1 @@ +Fix bug where a moderator upgraded a room and became an admin in the new room. \ No newline at end of file |