File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ Mention that a canonical alias event should be added when a room is created with an alias.
Original file line number Diff line number Diff line change @@ -48,16 +48,18 @@ 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.
52
+
53
+ 5. Events set by the `preset`. Currently these are the `m.room.join_rules`,
52
54
`m.room.history_visibility`, and `m.room.guest_access` state events.
53
55
54
- 5 . Events listed in `initial_state`, in the order that they are
56
+ 6 . Events listed in `initial_state`, in the order that they are
55
57
listed.
56
58
57
- 6 . Events implied by `name` and `topic` (`m.room.name` and `m.room.topic`
59
+ 7 . Events implied by `name` and `topic` (`m.room.name` and `m.room.topic`
58
60
state events).
59
61
60
- 7 . Invite events implied by `invite` and `invite_3pid` (`m.room.member` with
62
+ 8 . Invite events implied by `invite` and `invite_3pid` (`m.room.member` with
61
63
`membership: invite` and `m.room.third_party_invite`).
62
64
63
65
The available presets do the following with respect to room state:
@@ -112,7 +114,8 @@ paths:
112
114
would be `#foo:example.com`.
113
115
114
116
The complete room alias will become the canonical alias for
115
- the room.
117
+ the room and an `m.room.canonical_alias` event will be sent
118
+ into the room.
116
119
name :
117
120
type : string
118
121
description : |-
You can’t perform that action at this time.
0 commit comments