Merge remote-tracking branch 'upstream/master' into whiteboards

This commit is contained in:
Peng Xiao
2022-09-15 09:46:44 +08:00
23 changed files with 257 additions and 138 deletions

View File

@@ -88,7 +88,7 @@
(vector? (:sync-meta %))
(util/uuid-string? (first (:sync-meta %)))
(util/uuid-string? (second (:sync-meta %)))) repos)
(file-sync-restart!)))))
(sync/sync-start)))))
(file-sync/maybe-onboarding-show status)))))))
(defmethod handle :user/logout [[_]]
@@ -639,9 +639,6 @@
(notification/show! "file sync graph count exceed limit" :warning false)
(file-sync-stop!))
(defmethod handle :file-sync/restart [[_]]
(file-sync-restart!))
(defmethod handle :graph/restored [[_ _graph]]
(mobile/init!)
(when-not (mobile-util/native-ios?)