mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Fix auth rules clarity issues
This commit is contained in:
parent
47169fd74b
commit
1e2f4f651d
|
|
@ -205,9 +205,9 @@ The rules are as follows:
|
|||
`ban`, `redact`, `kick`, or `invite` in `content` are present and
|
||||
not an integer, reject.
|
||||
2. {{< added-in this="true" >}}
|
||||
If any of the keys `users`, `events`, or `notifications` in `content`
|
||||
are present and not a dictionary with string keys and values that
|
||||
are integers, reject.
|
||||
If any of the keys `events` or `notifications` in `content`
|
||||
are present and not a dictionary with values that are integers,
|
||||
reject.
|
||||
3. If `users` key in `content` is not a dictionary with keys that
|
||||
are valid user IDs with values that are integers, reject.
|
||||
2. If there is no previous `m.room.power_levels` event in the room,
|
||||
|
|
|
|||
Loading…
Reference in a new issue