|
|
@ -32,6 +32,10 @@ allOf:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Event IDs for the authorization events that would
|
|
|
|
Event IDs for the authorization events that would
|
|
|
|
allow this event to be in the room.
|
|
|
|
allow this event to be in the room.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Must contain less than or equal to 10 events. Note that if the relevant
|
|
|
|
|
|
|
|
auth event selection rules are used, this restriction should never be
|
|
|
|
|
|
|
|
encountered.
|
|
|
|
example: ["$URLsafe-base64EncodedHash", "$Another_Event"]
|
|
|
|
example: ["$URLsafe-base64EncodedHash", "$Another_Event"]
|
|
|
|
prev_events:
|
|
|
|
prev_events:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
@ -41,6 +45,8 @@ allOf:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Event IDs for the most recent events in the room
|
|
|
|
Event IDs for the most recent events in the room
|
|
|
|
that the homeserver was aware of when it made this event.
|
|
|
|
that the homeserver was aware of when it made this event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Must contain less than or equal to 20 events.
|
|
|
|
example: ["$URLsafe-base64EncodedHash", "$Another_Event"]
|
|
|
|
example: ["$URLsafe-base64EncodedHash", "$Another_Event"]
|
|
|
|
required:
|
|
|
|
required:
|
|
|
|
- auth_events
|
|
|
|
- auth_events
|
|
|
|