We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The section about canonical JSON states:
Numbers in the JSON must be integers in the range [-(2**53)+1, (2**53)-1].
[-(2**53)+1, (2**53)-1]
The PDU definitons on the room version v1, v3 and v4 page all say this about the depth field:
depth
Must be less than the maximum value for an integer (2^63 - 1).
Should the PDU definitions be updated or are they supposed to support a wider range of values than all the other integers in the spec?
The text was updated successfully, but these errors were encountered:
ideally, the pdu definitions should be updated. but there's a wider problem in that synapse doesn't correctly enforce the ranges specified by canonicaljson. see: https://github.com/matrix-org/matrix-doc/issues/1646
Sorry, something went wrong.
This has now taken the shape of #2540
Successfully merging a pull request may close this issue.
The section about canonical JSON states:
The PDU definitons on the room version v1, v3 and v4 page all say this about the
depth
field:Should the PDU definitions be updated or are they supposed to support a wider range of values than all the other integers in the spec?
The text was updated successfully, but these errors were encountered: