Don't advertise creator field in description of room creation

Fixes: #2161
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2025-09-24 16:03:52 +02:00
parent d968774fb7
commit d9b51d1139
2 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1 @@
Don't advertise `creator` field in description of room creation.

View file

@ -3386,10 +3386,10 @@ Unspecified room types are permitted through the use of
### Creation
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
event also has a `creator` key which contains the user ID of the room
creator. It will also generate several other events in order to manage
permissions in this room. This includes:
created, which serves as the root of the event graph for this room. The
event `sender` is the user ID of the room creator. The server will also
generate several other events in order to manage permissions in this room.
This includes:
- `m.room.power_levels` : Sets the power levels of users and required power
levels for various actions within the room such as sending events.