Skip to content

Commit

Permalink
Clarify creator field.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Aug 8, 2023
1 parent c0e93f2 commit 7aac401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/event-schemas/schema/m.room.create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7aac401

Please sign in to comment.