enhance(rtc,e2ee): remove unused deprecated code

This commit is contained in:
rcmerci
2025-10-17 23:44:17 +08:00
committed by Tienson Qin
parent db74245c02
commit d472efc039
4 changed files with 21 additions and 47 deletions

View File

@@ -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 []]