From 2b7483a22420ad4b0bd81e8854db06d5fd485527 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 8 Jun 2022 14:34:48 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/rooms/v10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rooms/v10.md b/content/rooms/v10.md index 1dff1269..63a2e529 100644 --- a/content/rooms/v10.md +++ b/content/rooms/v10.md @@ -65,7 +65,7 @@ deprecated behaviours are strictly no longer supported. ##### Values in `m.room.power_levels` events must be integers -In other room versions, such as [v9](/rooms/v9/#power-levels-accepted-as-strings), +In other room versions, such as [v9](/rooms/v9/#mroompower_levels-events-accept-values-as-strings), power levels could be represented as strings for backwards compatibility. This backwards compatibility is removed in this room version - power levels MUST NOT @@ -205,7 +205,7 @@ 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 `events` or `notifications` in `content` + If either 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