From 6fb950ab6d892225ed55e9b24eab760b6438dd1d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 4 Oct 2022 17:54:43 +0100 Subject: [PATCH] Clarify wording of auth rule 1.1 what exactly is a "previous event" --- content/rooms/fragments/v1-auth-rules.md | 2 +- content/rooms/fragments/v3-auth-rules.md | 2 +- content/rooms/fragments/v8-auth-rules.md | 2 +- content/rooms/v10.md | 2 +- content/rooms/v6.md | 2 +- content/rooms/v7.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rooms/fragments/v1-auth-rules.md b/content/rooms/fragments/v1-auth-rules.md index 242c7620..d438d514 100644 --- a/content/rooms/fragments/v1-auth-rules.md +++ b/content/rooms/fragments/v1-auth-rules.md @@ -19,7 +19,7 @@ the default power level for users in the room. The rules are as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised diff --git a/content/rooms/fragments/v3-auth-rules.md b/content/rooms/fragments/v3-auth-rules.md index d5da48c5..2f5c8b52 100644 --- a/content/rooms/fragments/v3-auth-rules.md +++ b/content/rooms/fragments/v3-auth-rules.md @@ -26,7 +26,7 @@ the default power level for users in the room. The complete list of rules, as of room version 3, is as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised diff --git a/content/rooms/fragments/v8-auth-rules.md b/content/rooms/fragments/v8-auth-rules.md index f1e0532e..e1a762a3 100644 --- a/content/rooms/fragments/v8-auth-rules.md +++ b/content/rooms/fragments/v8-auth-rules.md @@ -27,7 +27,7 @@ the default power level for users in the room. The rules are as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised diff --git a/content/rooms/v10.md b/content/rooms/v10.md index d5d294e9..d5979d91 100644 --- a/content/rooms/v10.md +++ b/content/rooms/v10.md @@ -99,7 +99,7 @@ the default power level for users in the room. The rules are as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised diff --git a/content/rooms/v6.md b/content/rooms/v6.md index 0e2e70dc..c88887da 100644 --- a/content/rooms/v6.md +++ b/content/rooms/v6.md @@ -74,7 +74,7 @@ the default power level for users in the room. The rules are as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised diff --git a/content/rooms/v7.md b/content/rooms/v7.md index 8bb4dad2..8a0a8294 100644 --- a/content/rooms/v7.md +++ b/content/rooms/v7.md @@ -60,7 +60,7 @@ the default power level for users in the room. The rules are as follows: 1. If type is `m.room.create`: - 1. If it has any previous events, reject. + 1. If it has any `prev_events`, reject. 2. If the domain of the `room_id` does not match the domain of the `sender`, reject. 3. If `content.room_version` is present and is not a recognised