mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 17:45:03 +09:00
Update init in change differ
This commit is contained in:
parent
f2fea0b795
commit
a63285c8ef
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func NewDiffManager(initHeads, curHeads []string, treeBuilder treeBuilderFunc, o
|
|||
}
|
||||
|
||||
func (d *DiffManager) Init() {
|
||||
removed, _ := d.differ.RemoveBefore(d.heads)
|
||||
removed, _ := d.differ.RemoveBefore(d.seenHeads)
|
||||
d.onRemove(removed)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue