Wording fix - objects contain keys, not list elements directly
This commit is contained in:
parent
6cbfba7011
commit
233e8486bc
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue