mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
room_type is not a required parameter in practice
In practice servers seem to mirror what the room create event does and leave out the room_type when unset. Signed-off-by: Nicolas Werner <n.werner@famedly.com>
This commit is contained in:
parent
8d82366cf2
commit
aed0bbd712
|
|
@ -149,7 +149,7 @@ paths:
|
|||
format: int64
|
||||
description: The `origin_server_ts` for the event.
|
||||
required: [origin_server_ts]
|
||||
required: [room_type, children_state]
|
||||
required: [children_state]
|
||||
next_batch:
|
||||
type: string
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue