summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-10 07:30:05 -0400
committerGitHub <noreply@github.com>2021-09-10 07:30:05 -0400
commit63f28e4a0c22c8133a6da175c7986e389fc781e2 (patch)
treec25ff6dab53962277a127e6c4e07614f8113209d /changelog.d
parentEasy refactors of the user directory (#10789) (diff)
downloadsynapse-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.bugfix1
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.