dendrite/roomserver/types
Kegan Dougal d9acb07326 Implement rejected events
Critically, rejected events CAN cause state resolution to happen
as it can merge forks in the DAG. This is fine, _provided_ we
do not add the rejected event when performing state resolution,
which is what this PR does. It also fixes the error handling
when NotAllowed happens, as we were checking too early and needlessly
handling NotAllowed in more than one place.
2020-09-15 17:50:19 +01:00
..
types.go Implement rejected events 2020-09-15 17:50:19 +01:00
types_test.go Handle state with input event as new events (#1415) 2020-09-15 11:17:46 +01:00