mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: prefer kv/graph-uuid to determine whether a rtc graph
This commit is contained in:
@@ -925,11 +925,6 @@ Similar to re-frame subscriptions"
|
||||
[]
|
||||
(:rtc/graphs @state))
|
||||
|
||||
(defn rtc-graph?
|
||||
[graph]
|
||||
(some (fn [rtc-graph]
|
||||
(= (:url rtc-graph) graph)) (get-rtc-graphs)))
|
||||
|
||||
(defn get-remote-graph-info-by-uuid
|
||||
[uuid]
|
||||
(when-let [graphs (seq (get-in @state [:file-sync/remote-graphs :graphs]))]
|
||||
|
||||
Reference in New Issue
Block a user