mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +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.
|
further.
|
||||||
4. Passes authorization rules based on the event's auth events,
|
4. Passes authorization rules based on the event's auth events,
|
||||||
otherwise it is rejected.
|
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.
|
otherwise it is rejected.
|
||||||
6. Passes authorization rules based on the current state of the room,
|
6. Passes authorization rules based on the current state of the room,
|
||||||
otherwise it is "soft failed".
|
otherwise it is "soft failed".
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue