mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
feat: logseq protocol open action for page-name and uuid
This commit is contained in:
@@ -183,7 +183,6 @@
|
||||
(d/transact! db-conn [(me-tx (d/db db-conn) me)])))]
|
||||
(d/transact! db-conn [{:schema/version db-schema/version}])))
|
||||
|
||||
;; reduce memory usage. pub event :graph/ready when a graph is restored, and finish the TODOs in :graph/ready
|
||||
(defn restore!
|
||||
[{:keys [repos] :as me} _old-db-schema restore-config-handler]
|
||||
(let [repo (or (state/get-current-repo) (:url (first repos)))]
|
||||
|
||||
Reference in New Issue
Block a user