|
|
@@ -2958,10 +2958,10 @@
|
|
|
(fn [_ _ _ n]
|
|
|
(state/set-file-sync-state repo n)))
|
|
|
|
|
|
- (.start sm)
|
|
|
-
|
|
|
(state/set-state! [:file-sync/graph-state :current-graph-uuid] graph-uuid)
|
|
|
|
|
|
+ (.start sm)
|
|
|
+
|
|
|
(offer! remote->local-full-sync-chan true)
|
|
|
(offer! full-sync-chan true)
|
|
|
(swap! *sync-starting? assoc graph-uuid false))))))
|