mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Clarify when an event is returned from /send_join.
This commit is contained in:
parent
e15a36b0a1
commit
353b61526e
|
|
@ -207,9 +207,8 @@ paths:
|
||||||
title: SignedMembershipEvent
|
title: SignedMembershipEvent
|
||||||
x-addedInMatrixVersion: "1.2"
|
x-addedInMatrixVersion: "1.2"
|
||||||
description: |-
|
description: |-
|
||||||
Required if the `content` of the event in the request contained the `join_authorised_via_users_server`
|
The signed copy of the membership event sent to other servers by the resident server.
|
||||||
field. The signed copy of the membership event sent to other servers by the resident server,
|
Required if the event is signed by the resident server.
|
||||||
including the resident server's signature.
|
|
||||||
servers_in_room:
|
servers_in_room:
|
||||||
type: array
|
type: array
|
||||||
x-addedInMatrixVersion: "1.6"
|
x-addedInMatrixVersion: "1.6"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue