diff options
author | Shay <hillerys@element.io> | 2022-11-07 13:38:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 13:38:50 -0800 |
commit | 7894251bcea7714b47e3849e509ea717bb18e9f5 (patch) | |
tree | 60175fc831438fe3d78a573716684e534861660d /changelog.d | |
parent | Fix background update table-scanning `events` (#14374) (diff) | |
download | synapse-7894251bcea7714b47e3849e509ea717bb18e9f5.tar.xz |
Correctly create power level event during initial room creation (#14361)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14361.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14361.bugfix b/changelog.d/14361.bugfix new file mode 100644 index 0000000000..33ba1d92af --- /dev/null +++ b/changelog.d/14361.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.71.0rc1 where the power level event was incorrectly created during initial room creation. \ No newline at end of file |