From 1e5d94e79631321de1601659f1b23c3bfe5cb2ab Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 18 May 2022 12:51:19 +0100 Subject: [PATCH] PDU check 5 should consult state before an event --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index 991806af..24b6a889 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -364,7 +364,7 @@ server must ensure that the event: further. 4. Passes authorization rules based on the event's auth events, otherwise it is rejected. -5. Passes authorization rules based on the state at the event, +5. Passes authorization rules based on the state before the event, otherwise it is rejected. 6. Passes authorization rules based on the current state of the room, otherwise it is "soft failed".