Skip to content

Commit

Permalink
Remove duplicated "Note:" from m.room.power_levels (#1355)
Browse files Browse the repository at this point in the history
Remove duplicated "Note:"

Signed-off-by: Johannes Becker <j.becker@famedly.com>
  • Loading branch information
johannescpk committed Nov 22, 2022
1 parent 0744287 commit 3f3b5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1355.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify the power levels integer range.
2 changes: 1 addition & 1 deletion data/event-schemas/schema/m.room.power_levels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f3b5c3

Please sign in to comment.