File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ rooms staying the same type leading to trouble.
6
6
7
7
## Proposal
8
8
9
- This MSC proposes that the room upgade API MUST copy the [ room type] ( https://spec.matrix.org/v1.2/client-server-api/#types )
9
+ This MSC proposes that the room upgrade API MUST copy the [ room type] ( https://spec.matrix.org/v1.2/client-server-api/#types )
10
10
over to the new room. Otherwise clients cannot trust that to happen and [ Spaces] ( https://spec.matrix.org/v1.2/client-server-api/#spaces )
11
11
or [ MSC3588] ( https://github.com/matrix-org/matrix-spec-proposals/pull/3588 ) Story rooms may incorrectly become
12
12
normal rooms breaking user-experience.
13
13
14
- The Spec currently specfies this in [ section 11.32.3. server behaviour] ( https://spec.matrix.org/v1.2/client-server-api/#server-behaviour-16 ) :
14
+ The Spec currently specifies this in [ section 11.32.3. server behaviour] ( https://spec.matrix.org/v1.2/client-server-api/#server-behaviour-16 ) :
15
15
16
16
> 2 . Creates a replacement room with a ` m.room.create ` event containing a ` predecessor ` field and the applicable ` room_version ` .
17
17
You can’t perform that action at this time.
0 commit comments