mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
send heroes for nameless rooms on send_join
This commit is contained in:
parent
f06ffc8176
commit
24c117cc30
|
|
@ -72,6 +72,16 @@ paths:
|
|||
If `true`, indicates that that calling server can accept a reduced
|
||||
response, in which membership events are omitted from `state` and
|
||||
redundant events are omitted from `auth_chain`.
|
||||
|
||||
If the room to be joined has no `m.room.name` nor
|
||||
`m.room.canonical_alias` events in its current state, the resident
|
||||
server should determine the room members who would be included in
|
||||
the `m.heroes` property of the room summary as defined in the
|
||||
[Client-Server /sync
|
||||
response](/client-server-api/#get_matrixclientv3sync). The resident
|
||||
server should include these members' membership events in the
|
||||
response `state` field, and include the auth chains for these
|
||||
membership events it the response `auth_chain` field.
|
||||
x-addedInMatrixVersion: "1.6"
|
||||
- in: body
|
||||
name: body
|
||||
|
|
|
|||
Loading…
Reference in a new issue