diff options
author | David Robertson <davidr@element.io> | 2023-12-05 12:06:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 12:06:21 +0000 |
commit | 0a00c99823818228479f9fdb8c77e61a49a65e18 (patch) | |
tree | 66557d4b4d5939b2f0757a1ced380d4bc2f19381 /changelog.d | |
parent | Add how to validate configuration file with synapse.config script (#16714) (diff) | |
download | synapse-0a00c99823818228479f9fdb8c77e61a49a65e18.tar.xz |
Fix upgrading a room without `events` field in power levels (#16725)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16725.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16725.bugfix b/changelog.d/16725.bugfix new file mode 100644 index 0000000000..42dc249fb9 --- /dev/null +++ b/changelog.d/16725.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.7.2 where rooms whose power levels lacked an `events` field could not be upgraded. |