mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
tagged nodes
This commit is contained in:
@@ -62,7 +62,11 @@
|
||||
(let [repo (state/get-current-repo)]
|
||||
(if-let [db* (and repo (db/get-db repo))]
|
||||
(if (and page (:db/id page))
|
||||
(p/let [payload (state/<invoke-db-worker :thread-api/build-publish-page-payload repo (:db/id page))]
|
||||
(p/let [graph-uuid (some-> (ldb/get-graph-rtc-uuid db*) str)
|
||||
payload (state/<invoke-db-worker :thread-api/build-publish-page-payload
|
||||
repo
|
||||
(:db/id page)
|
||||
graph-uuid)]
|
||||
(if payload
|
||||
(-> (<post-publish! payload)
|
||||
(p/then (fn [_resp]
|
||||
|
||||
Reference in New Issue
Block a user