enhance: trigger sync after creating new remote graph

This commit is contained in:
Tienson Qin
2026-01-30 03:35:33 +08:00
parent 1aa16b5355
commit d46b66c228
2 changed files with 3 additions and 2 deletions

View File

@@ -411,4 +411,5 @@
(throw (ex-info "graph id doesn't exist when uploading to server" {:repo repo})))
(p/do!
(state/<invoke-db-worker :thread-api/db-sync-upload-graph repo)
(<get-remote-graphs)
(<rtc-start! repo))))