mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
'auth_events' is a List, not a String
This commit is contained in:
parent
122c082fcf
commit
6cbfba7011
|
|
@ -621,7 +621,7 @@ the resident homeserver. The required fields are:
|
|||
Key Type Description
|
||||
==================== ======== ============
|
||||
``type`` String The value ``m.room.member``
|
||||
``auth_events`` String An event-reference list containing the
|
||||
``auth_events`` List An event-reference list containing the
|
||||
authorization events that would allow this member
|
||||
to join
|
||||
``content`` Object The event content
|
||||
|
|
|
|||
Loading…
Reference in a new issue