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:
Nicolas Werner 2022-06-07 15:22:35 +02:00
parent 8d82366cf2
commit aed0bbd712

View file

@ -149,7 +149,7 @@ paths:
format: int64 format: int64
description: The `origin_server_ts` for the event. description: The `origin_server_ts` for the event.
required: [origin_server_ts] required: [origin_server_ts]
required: [room_type, children_state] required: [children_state]
next_batch: next_batch:
type: string type: string
description: |- description: |-