mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Clarify creator field.
This commit is contained in:
parent
c0e93f2755
commit
7aac401364
|
|
@ -7,8 +7,8 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
creator:
|
creator:
|
||||||
description: |-
|
description: |-
|
||||||
The `user_id` of the room creator. This is set by the homeserver for room versions 1 - 10. Room versions
|
The `user_id` of the room creator. Only present in room versions 1 - 10. Starting with
|
||||||
11 no longer includes this property, the event `sender` should be used instead.
|
room version 11 the event `sender` should be used instead.
|
||||||
type: string
|
type: string
|
||||||
m.federate:
|
m.federate:
|
||||||
description: Whether users on other servers can join this room. Defaults to `true` if key does not exist.
|
description: Whether users on other servers can join this room. Defaults to `true` if key does not exist.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue