Add a v6 event format with correct depth
limits (#2114)
* Add a v6 event format with correct `depth` limits * Changelog * numbers are hard
This commit is contained in:
parent
cb6d039c57
commit
71ce620fc0
13 changed files with 85 additions and 17 deletions
|
@ -41,13 +41,6 @@ properties:
|
|||
type: object
|
||||
description: The content of the event.
|
||||
example: {"key": "value"}
|
||||
depth:
|
||||
type: integer
|
||||
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
|
||||
hashes:
|
||||
$ref: "event_hash.yaml"
|
||||
signatures:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue