mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Enumerate the mainline with ascending indices; drop older/newer comment
This commit is contained in:
parent
5945937ffd
commit
9231ca623c
|
|
@ -88,8 +88,8 @@ Starting with *i* = 0, repeatedly fetch *P*<sub>*i*+1</sub>, the
|
||||||
Increment *i* and repeat until *P<sub>i</sub>* has no `m.room.power_levels`
|
Increment *i* and repeat until *P<sub>i</sub>* has no `m.room.power_levels`
|
||||||
event in its `auth_events`.
|
event in its `auth_events`.
|
||||||
The *mainline of P*<sub>0</sub> is the list of events
|
The *mainline of P*<sub>0</sub> is the list of events
|
||||||
[*P*<sub>n</sub> , ... , *P*<sub>1</sub>, *P*<sub>0</sub>],
|
[*P*<sub>0</sub> , *P*<sub>1</sub>, ... , *P<sub>n</sub>*],
|
||||||
ordered from oldest to newest.
|
fetched in this way.
|
||||||
|
|
||||||
Let *e* = *e<sub>0</sub>* be another event (possibly another
|
Let *e* = *e<sub>0</sub>* be another event (possibly another
|
||||||
`m.room.power_levels` event). We can compute a similar list of events
|
`m.room.power_levels` event). We can compute a similar list of events
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue