mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Push database index commit event https://github.com/siyuan-note/siyuan/issues/8814
This commit is contained in:
parent
314a06d0c8
commit
c8cfe190fa
1 changed files with 1 additions and 2 deletions
|
|
@ -153,8 +153,7 @@ func FlushQueue() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Push database index commit event https://github.com/siyuan-note/siyuan/issues/8814
|
// Push database index commit event https://github.com/siyuan-note/siyuan/issues/8814
|
||||||
evt := util.NewCmdResult("databaseIndexCommit", 0, util.PushModeBroadcast)
|
util.BroadcastByType("main", "databaseIndexCommit", 0, "", nil)
|
||||||
util.PushEvent(evt)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func execOp(op *dbQueueOperation, tx *sql.Tx, context map[string]interface{}) (err error) {
|
func execOp(op *dbQueueOperation, tx *sql.Tx, context map[string]interface{}) (err error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue