diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-10 07:30:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 07:30:05 -0400 |
commit | 63f28e4a0c22c8133a6da175c7986e389fc781e2 (patch) | |
tree | c25ff6dab53962277a127e6c4e07614f8113209d /changelog.d | |
parent | Easy refactors of the user directory (#10789) (diff) | |
download | synapse-63f28e4a0c22c8133a6da175c7986e389fc781e2.tar.xz |
Handle room upgrades for spaces (#10774)
By copying the `room_type` field of the create event and migrating any non-empty `m.space.child` events to the new room that is created.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10774.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10774.bugfix b/changelog.d/10774.bugfix new file mode 100644 index 0000000000..5c2f6f8ade --- /dev/null +++ b/changelog.d/10774.bugfix @@ -0,0 +1 @@ +Properly handle room upgrades of spaces. |