mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
PDU check 5 should consult state before an event
This commit is contained in:
parent
573dbb3b74
commit
1e5d94e796
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Reference in a new issue