mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 22:44:06 +01:00
This commit is contained in:
parent
d13adf234b
commit
26c3ce610e
2 changed files with 40 additions and 60 deletions
|
|
@ -155,6 +155,7 @@ func DiffRepoSnapshots(left, right string) (ret *LeftRightDiff, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
ret = &LeftRightDiff{}
|
||||
luteEngine := NewLute()
|
||||
for _, addLeft := range diff.AddsLeft {
|
||||
title, err := parseTitleInSnapshot(addLeft.ID, repo, luteEngine)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue