mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
Update comments
This commit is contained in:
parent
e1461bfca6
commit
91daf91f8e
|
|
@ -32,11 +32,13 @@ const (
|
||||||
// KindNew event extend the contiguous graph going forwards.
|
// KindNew event extend the contiguous graph going forwards.
|
||||||
// They usually don't need state, but may include state if the
|
// They usually don't need state, but may include state if the
|
||||||
// there was a new event that references an event that we don't
|
// there was a new event that references an event that we don't
|
||||||
// have a copy of.
|
// have a copy of. New events will influence the fwd extremities
|
||||||
|
// of the room and output events will be generated as a result.
|
||||||
KindNew
|
KindNew
|
||||||
// KindOld event extend the graph backwards, or fill gaps in
|
// KindOld event extend the graph backwards, or fill gaps in
|
||||||
// history. They may or may not include state, and they will not
|
// history. They may or may not include state. They will not be
|
||||||
// be considered as candidates for forward extremities.
|
// considered for forward extremities, and output events will NOT
|
||||||
|
// be generated for them.
|
||||||
KindOld
|
KindOld
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue