mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance(rtc,e2ee): remove unused deprecated code
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
:kv/value (common-util/time-ms)}]))))
|
||||
|
||||
(defn- <create-or-open-db!
|
||||
[repo {:keys [config datoms rtc-e2ee-password] :as opts}]
|
||||
[repo {:keys [config datoms] :as opts}]
|
||||
(when-not (worker-state/get-sqlite-conn repo)
|
||||
(p/let [[db search-db client-ops-db :as dbs] (get-dbs repo)
|
||||
storage (new-sqlite-storage db)
|
||||
@@ -309,6 +309,7 @@
|
||||
|
||||
(db-listener/listen-db-changes! repo (get @*datascript-conns repo)))))))
|
||||
|
||||
|
||||
(defn- iter->vec [iter']
|
||||
(when iter'
|
||||
(p/loop [acc []]
|
||||
|
||||
Reference in New Issue
Block a user