mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 03:40:04 -06:00
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393
This commit is contained in:
@@ -178,6 +178,10 @@ func StatusJob() {
|
||||
}
|
||||
}
|
||||
|
||||
if "" == action {
|
||||
continue
|
||||
}
|
||||
|
||||
item := map[string]interface{}{"action": action}
|
||||
items = append(items, item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user