mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 云端同步数据在启动后执行 https://github.com/siyuan-note/siyuan/issues/6290
This commit is contained in:
parent
b19613ea94
commit
24d41f22ad
8 changed files with 160 additions and 16 deletions
|
|
@ -51,7 +51,7 @@ func StartKernel(container, appDir, workspaceDir, nativeLibDir, privateDataDir,
|
|||
sql.InitHistoryDatabase(false)
|
||||
sql.SetCaseSensitive(model.Conf.Search.CaseSensitive)
|
||||
|
||||
model.SyncData(true, false, false)
|
||||
model.BootSyncData()
|
||||
model.InitBoxes()
|
||||
|
||||
go model.AutoGenerateDocHistory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue