address review feedback

This commit is contained in:
Travis Ralston 2025-09-12 13:45:33 -06:00
parent 86358e7e17
commit f9e573fea6
4 changed files with 2 additions and 5 deletions

View file

@ -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 %}}

View file

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

View file

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

View file

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