mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Don't advertise creator field in description of room creation (#2215)
This commit is contained in:
parent
d968774fb7
commit
d4d31a8894
|
|
@ -0,0 +1 @@
|
||||||
|
Don't advertise `creator` field in description of room creation.
|
||||||
|
|
@ -3386,10 +3386,10 @@ Unspecified room types are permitted through the use of
|
||||||
### Creation
|
### Creation
|
||||||
|
|
||||||
The homeserver will create an `m.room.create` event when a room is
|
The homeserver will create an `m.room.create` event when a room is
|
||||||
created, which serves as the root of the event graph for this room. This
|
created, which serves as the root of the event graph for this room. The
|
||||||
event also has a `creator` key which contains the user ID of the room
|
event `sender` is the user ID of the room creator. The server will also
|
||||||
creator. It will also generate several other events in order to manage
|
generate several other events in order to manage permissions in this room.
|
||||||
permissions in this room. This includes:
|
This includes:
|
||||||
|
|
||||||
- `m.room.power_levels` : Sets the power levels of users and required power
|
- `m.room.power_levels` : Sets the power levels of users and required power
|
||||||
levels for various actions within the room such as sending events.
|
levels for various actions within the room such as sending events.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue