diff options
author | David Robertson <davidr@element.io> | 2022-05-07 13:37:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 13:37:29 +0100 |
commit | 051a1c3f220938a0ea1a5b328c268bdb3d1ad592 (patch) | |
tree | d5764fcd4e42ad0497d757f53afbd22c27cbd082 /changelog.d | |
parent | Prevent memory leak from reoccurring when presence is disabled. (#12656) (diff) | |
download | synapse-051a1c3f220938a0ea1a5b328c268bdb3d1ad592.tar.xz |
Convert stringy power levels to integers on room upgrade (#12657)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12657.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12657.bugfix b/changelog.d/12657.bugfix new file mode 100644 index 0000000000..7547ca40a7 --- /dev/null +++ b/changelog.d/12657.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where rooms containing power levels with string values could not be upgraded. |