summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-12-05 12:06:21 +0000
committerGitHub <noreply@github.com>2023-12-05 12:06:21 +0000
commit0a00c99823818228479f9fdb8c77e61a49a65e18 (patch)
tree66557d4b4d5939b2f0757a1ced380d4bc2f19381 /changelog.d
parentAdd how to validate configuration file with synapse.config script (#16714) (diff)
downloadsynapse-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.bugfix1
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.