File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,19 @@ paths:
48
48
(and not other members) permission to send state events. Overridden
49
49
by the `power_level_content_override` parameter.
50
50
51
- 4. Events set by the `preset`. Currently these are the `m.room.join_rules`,
51
+ 4. An `m.room.canonical_alias` event if `room_alias_name` is given and
52
+ no `m.room.canonical_alias` event is given in `initial_state`.
53
+
54
+ 5. Events set by the `preset`. Currently these are the `m.room.join_rules`,
52
55
`m.room.history_visibility`, and `m.room.guest_access` state events.
53
56
54
- 5 . Events listed in `initial_state`, in the order that they are
57
+ 6 . Events listed in `initial_state`, in the order that they are
55
58
listed.
56
59
57
- 6 . Events implied by `name` and `topic` (`m.room.name` and `m.room.topic`
60
+ 7 . Events implied by `name` and `topic` (`m.room.name` and `m.room.topic`
58
61
state events).
59
62
60
- 7 . Invite events implied by `invite` and `invite_3pid` (`m.room.member` with
63
+ 8 . Invite events implied by `invite` and `invite_3pid` (`m.room.member` with
61
64
`membership: invite` and `m.room.third_party_invite`).
62
65
63
66
The available presets do the following with respect to room state:
@@ -112,7 +115,8 @@ paths:
112
115
would be `#foo:example.com`.
113
116
114
117
The complete room alias will become the canonical alias for
115
- the room.
118
+ the room and an `m.room.canonical_alias` event will be sent
119
+ into the room.
116
120
name :
117
121
type : string
118
122
description : |-
You can’t perform that action at this time.
0 commit comments