mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-22 05:53:42 +01:00
address review feedback
This commit is contained in:
parent
86358e7e17
commit
f9e573fea6
|
|
@ -2823,7 +2823,7 @@ the following places:
|
|||
* [`invite_state`](#get_matrixclientv3sync_response-200_invited-room) and
|
||||
[`knock_state`](#get_matrixclientv3sync_response-200_knocked-room) on
|
||||
[`/sync`](#get_matrixclientv3sync) responses.
|
||||
* When present on [`m.room.member`](#mroommember) events, the `invite_room_state`
|
||||
* On [`m.room.member`](#mroommember) events, the `invite_room_state`
|
||||
and `knock_room_state` under `unsigned` on the event.
|
||||
|
||||
{{% boxes/note %}}
|
||||
|
|
|
|||
|
|
@ -97,8 +97,6 @@ paths:
|
|||
Note that events have a different format depending on the room
|
||||
version - check the [room version specification](/rooms) for
|
||||
precise event formats.
|
||||
example:
|
||||
$ref: ./examples/invite_or_knock_state.json
|
||||
type: object
|
||||
required: true
|
||||
responses:
|
||||
|
|
|
|||
|
|
@ -98,8 +98,6 @@ paths:
|
|||
Note that events have a different format depending on the room
|
||||
version - check the [room version specification](/rooms) for
|
||||
precise event formats.
|
||||
example:
|
||||
$ref: ./examples/invite_or_knock_state.json
|
||||
required:
|
||||
- room_version
|
||||
- event
|
||||
|
|
|
|||
|
|
@ -294,6 +294,7 @@ paths:
|
|||
type: array
|
||||
items:
|
||||
type: object
|
||||
title: PDU
|
||||
properties: {}
|
||||
description: |-
|
||||
Note that events have a different format depending on the room
|
||||
|
|
|
|||
Loading…
Reference in a new issue