mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 重建索引细节进度推送展现 https://github.com/siyuan-note/siyuan/issues/5890
This commit is contained in:
parent
fbe44a0aa0
commit
9a7f61f715
10 changed files with 103 additions and 27 deletions
|
|
@ -63,6 +63,6 @@ func updateRootContent(tx *sql.Tx, content, updated, id string) {
|
|||
cache.RemoveBlockIAL(id)
|
||||
}
|
||||
|
||||
func InsertBlock(tx *sql.Tx, block *Block) (err error) {
|
||||
return insertBlocks(tx, []*Block{block})
|
||||
func InsertBlock(tx *sql.Tx, block *Block, context map[string]interface{}) (err error) {
|
||||
return insertBlocks(tx, []*Block{block}, context)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue