Clarify the power levels integer range (#1169)
Signed-off-by: Johannes Becker <j.becker@famedly.com>
This commit is contained in:
parent
24b95cbb89
commit
b2c4abf567
2 changed files with 4 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Clarify the power levels integer range.
|
|
@ -42,6 +42,9 @@ description: |-
|
|||
`m.room.power_levels` event as soon as it is created. See also the
|
||||
documentation of the `/createRoom` API.
|
||||
|
||||
Note: the allowed range for power level values is `[-(2**53)+1, (2**53)-1]`,
|
||||
as required by the [Canonical JSON specification](/appendices/#canonical-json).
|
||||
|
||||
properties:
|
||||
content:
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue