mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02: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
|
Key Type Description
|
||||||
==================== ======== ============
|
==================== ======== ============
|
||||||
``type`` String The value ``m.room.member``
|
``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
|
authorization events that would allow this member
|
||||||
to join
|
to join
|
||||||
``content`` Object The event content
|
``content`` Object The event content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue