From 63f28e4a0c22c8133a6da175c7986e389fc781e2 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 10 Sep 2021 07:30:05 -0400 Subject: 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. --- changelog.d/10774.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10774.bugfix (limited to 'changelog.d/10774.bugfix') 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. -- cgit 1.5.1