mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +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,
|
||||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue