mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify first step of state res
This commit is contained in:
parent
44b4bd329c
commit
a25c769d0e
|
|
@ -121,9 +121,9 @@ the auth event is not rejected.
|
|||
|
||||
The *resolution* of a set of states is obtained as follows:
|
||||
|
||||
1. Take all *power events* and any events in their auth chains,
|
||||
recursively, that appear in the *full conflicted set* and order them
|
||||
by the *reverse topological power ordering*.
|
||||
1. Select all *power events* that appear in the *full conflicted set*. Compute
|
||||
the union of their auth chains. Sort the union using the
|
||||
*reverse topological power ordering*.
|
||||
2. Apply the *iterative auth checks algorithm*, starting from the
|
||||
*unconflicted state map*, to the list of events from the previous
|
||||
step to get a partially resolved state.
|
||||
|
|
|
|||
Loading…
Reference in a new issue