Przeglądaj źródła

enhance(rtc,crypt): update get-all-op-datoms

rcmerci 1 rok temu
rodzic
commit
f518d4abfb
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/main/frontend/worker/rtc/client_op.cljs

+ 0 - 1
src/main/frontend/worker/rtc/client_op.cljs

@@ -157,7 +157,6 @@
 (defn- get-all-op-datoms
   [conn]
   (->> (d/datoms @conn :eavt)
-       (remove (fn [datom] (contains? #{:graph-uuid :local-tx} (:a datom))))
        (group-by :e)))
 
 (defn- get-all-ops*