mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
355fb63b16
A thread's chain link would get broken when empty intermediate ThreadNodes exist. The pruning of the empty node did not properly chain the empty node's parent with the empty node's children. Old behaviour: - [A] /* [B] is missing */ - [C] /* [D] is missing */ - [E] New behaviour (`x` represents deleted links) - [A] | |xxx> [empty node of B] | x | x | \/ |_______>[C] | |xxx> [empty node of D] | x | x | \/ |_______>[E] |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |