Update example
This commit is contained in:
parent
8a3e7b751c
commit
a8bd2f32fd
2 changed files with 5 additions and 5 deletions
|
@ -547,15 +547,15 @@ This gives the resolved state at _Message 3_ to be _Topic 4_.
|
||||||
|
|
||||||
## Example 2
|
## Example 2
|
||||||
|
|
||||||
The following is an example room DAG, where time flows down the page. We assume
|
The following is an example room DAG, where time flows down the page. The event
|
||||||
event `B` is initially rejected by the server (due to not passing auth against
|
`D` is initially rejected by the server (due to not passing auth against the
|
||||||
the state), but does pass auth against its auth chain.
|
state), but does pass auth against its auth chain.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
At `C` we first resolve the power levels, which results in `A`. When we then go
|
At `F` we first resolve the power levels, which results in `E`. When we then go
|
||||||
to resolve the topics against the partially resolved state Bob has ops, and so
|
to resolve the topics against the partially resolved state Bob has ops, and so
|
||||||
the resolved state include the topic change `B`, even though it was initially
|
the resolved state include the topic change `D`, even though it was initially
|
||||||
rejected.
|
rejected.
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue