mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-15 16:04:10 +01:00
Document the maximum value for depth
Implements the proposal for https://github.com/matrix-org/matrix-doc/issues/1230
This commit is contained in:
parent
7ad22b2454
commit
e500e2502a
|
|
@ -78,7 +78,10 @@ properties:
|
||||||
required: ['sha256']
|
required: ['sha256']
|
||||||
depth:
|
depth:
|
||||||
type: integer
|
type: integer
|
||||||
description: The maximum depth of the ``prev_events``, plus one.
|
description: |-
|
||||||
|
The maximum depth of the ``prev_events``, plus one. Must be less than the
|
||||||
|
maximum value for an integer (2^63 - 1). If the room's depth is already at
|
||||||
|
the limit, the depth must be set to the limit.
|
||||||
example: 12
|
example: 12
|
||||||
auth_events:
|
auth_events:
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue