Clarify creator field.

This commit is contained in:
Patrick Cloke 2023-08-08 12:59:45 -04:00
parent c0e93f2755
commit 7aac401364

View file

@ -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.