Clarify send_join response (#3703)

This commit is contained in:
Richard van der Hoff 2022-02-07 12:13:44 +00:00 committed by GitHub
parent e7adfd5ed1
commit 1913812a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Correct misleading text for `/send_join` response.

View file

@ -324,7 +324,7 @@ paths:
responses:
200:
description: |-
The full state for the room, having accepted the join event.
The join event has been accepted into the room.
schema:
type: array
minItems: 2

View file

@ -184,7 +184,7 @@ paths:
}
200:
description: |-
The full state for the room, having accepted the join event.
The join event has been accepted into the room.
schema:
$ref: "./definitions/send_join_response.yaml"
examples: