mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
♻️ Rename func
This commit is contained in:
parent
b5b05cef49
commit
5a1a632912
2 changed files with 2 additions and 2 deletions
|
|
@ -1560,7 +1560,7 @@ func newRepository() (ret *dejavu.Repo, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
ignoreLines := getIgnoreLines()
|
||||
ignoreLines := getSyncIgnoreLines()
|
||||
ignoreLines = append(ignoreLines, "/.siyuan/conf.json") // 忽略旧版同步配置
|
||||
ret, err = dejavu.NewRepo(util.DataDir, util.RepoDir, util.HistoryDir, util.TempDir, Conf.System.ID, Conf.System.Name, Conf.System.OS, Conf.Repo.Key, ignoreLines, cloudRepo)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue