mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +01:00
Wording fix - objects contain keys, not list elements directly
This commit is contained in:
parent
6cbfba7011
commit
233e8486bc
|
|
@ -673,7 +673,8 @@ invoked using the room ID and the event ID of the new member event.
|
||||||
The resident homeserver then accepts this event into the room's event graph,
|
The resident homeserver then accepts this event into the room's event graph,
|
||||||
and responds to the joining server with the full set of state for the newly-
|
and responds to the joining server with the full set of state for the newly-
|
||||||
joined room. This is returned as a two-element list, whose first element is the
|
joined room. This is returned as a two-element list, whose first element is the
|
||||||
integer 200, and whose second element contains the following keys:
|
integer 200, and whose second element is an object which contains the
|
||||||
|
following keys:
|
||||||
|
|
||||||
============== ===== ============
|
============== ===== ============
|
||||||
Key Type Description
|
Key Type Description
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue