mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393
This commit is contained in:
parent
ffe737f55c
commit
58032e538c
1 changed files with 4 additions and 0 deletions
|
|
@ -178,6 +178,10 @@ func StatusJob() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if "" == action {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
item := map[string]interface{}{"action": action}
|
item := map[string]interface{}{"action": action}
|
||||||
items = append(items, item)
|
items = append(items, item)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue