File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
changelogs/client_server/newsfragments
content/client-server-api/modules Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ Copy a room's `type` when upgrading it, as per [MSC3818](https://github.com/matrix-org/matrix-spec-proposals/pull/3818).
Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ server:
33
33
1 . Checks that the user has permission to send ` m.room.tombstone `
34
34
events in the room.
35
35
36
- 2 . Creates a replacement room with a ` m.room.create ` event containing a
37
- ` predecessor ` field and the applicable ` room_version ` .
36
+ 2 . {{< changed-in v="1.4" >}} Creates a replacement room with a ` m.room.create ` event containing a
37
+ ` predecessor ` field, the applicable ` room_version ` , and a ` type ` field
38
+ which is copied from the ` predecessor ` room. If no ` type ` is set on the
39
+ previous room, no ` type ` is specified on the new room's create event
40
+ either.
38
41
39
42
3 . Replicates transferable state events to the new room. The exact
40
43
details for what is transferred is left as an implementation detail,
You can’t perform that action at this time.
0 commit comments