♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393

This commit is contained in:
Daniel 2024-09-05 17:06:52 +08:00
parent ffe737f55c
commit 58032e538c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -178,6 +178,10 @@ func StatusJob() {
}
}
if "" == action {
continue
}
item := map[string]interface{}{"action": action}
items = append(items, item)
}