mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 11:44:10 +01:00
Clarify what the auth_events on a PDU are
This commit is contained in:
parent
d0e8df8f3f
commit
4b1955f395
|
|
@ -82,7 +82,9 @@ properties:
|
||||||
example: 12
|
example: 12
|
||||||
auth_events:
|
auth_events:
|
||||||
type: array
|
type: array
|
||||||
description: Event IDs and hashes for the "auth events" of this event.
|
description: |-
|
||||||
|
An event reference list containing the authorization events that would
|
||||||
|
allow this event to be in the room.
|
||||||
items:
|
items:
|
||||||
type: array
|
type: array
|
||||||
maxItems: 2
|
maxItems: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue