diff --git a/data/event-schemas/schema/m.room.create.yaml b/data/event-schemas/schema/m.room.create.yaml index 429ac761..da7993ce 100644 --- a/data/event-schemas/schema/m.room.create.yaml +++ b/data/event-schemas/schema/m.room.create.yaml @@ -7,8 +7,8 @@ properties: properties: creator: description: |- - The `user_id` of the room creator. This is set by the homeserver for room versions 1 - 10. Room versions - 11 no longer includes this property, the event `sender` should be used instead. + The `user_id` of the room creator. Only present in room versions 1 - 10. Starting with + room version 11 the event `sender` should be used instead. type: string m.federate: description: Whether users on other servers can join this room. Defaults to `true` if key does not exist.