Skip to content

Commit b947f87

Browse files
committed
fix(rtc): clean cached local-t and remote-t while download-graph
1 parent 8d7ce39 commit b947f87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/frontend/worker/rtc/full_upload_download_graph.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
(let [{:keys [remote-t init-tx-data tx-data]}
426426
(remote-all-blocks->tx-data+t all-blocks graph-uuid)]
427427
(m/sp
428+
(rtc-log-and-state/clean-cached-graph-local-and-remote-t graph-uuid)
428429
(rtc-log-and-state/update-local-t graph-uuid remote-t)
429430
(rtc-log-and-state/update-remote-t graph-uuid remote-t)
430431
(c.m/<?

0 commit comments

Comments
 (0)