From 1e2f4f651d963610c565b8d59c5a359c444abb9f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 7 Jun 2022 17:14:50 -0600 Subject: [PATCH] Fix auth rules clarity issues --- content/rooms/v10.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rooms/v10.md b/content/rooms/v10.md index 983eb73f..1dff1269 100644 --- a/content/rooms/v10.md +++ b/content/rooms/v10.md @@ -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,