send heroes for nameless rooms on send_join

This commit is contained in:
Hubert Chathi 2023-01-31 18:21:22 -05:00
parent f06ffc8176
commit 24c117cc30

View file

@ -72,6 +72,16 @@ paths:
If `true`, indicates that that calling server can accept a reduced If `true`, indicates that that calling server can accept a reduced
response, in which membership events are omitted from `state` and response, in which membership events are omitted from `state` and
redundant events are omitted from `auth_chain`. 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" x-addedInMatrixVersion: "1.6"
- in: body - in: body
name: body name: body