Remove duplicated "Note:" from m.room.power_levels (#1355)

Remove duplicated "Note:"

Signed-off-by: Johannes Becker <j.becker@famedly.com>
This commit is contained in:
Johannes Becker 2022-11-22 17:57:38 +01:00 committed by GitHub
parent 07442876ce
commit 3f3b5c39f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Clarify the power levels integer range.

View file

@ -42,7 +42,7 @@ 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]`,
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: