We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7ce39 commit b947f87Copy full SHA for b947f87
1 file changed
src/main/frontend/worker/rtc/full_upload_download_graph.cljs
@@ -425,6 +425,7 @@
425
(let [{:keys [remote-t init-tx-data tx-data]}
426
(remote-all-blocks->tx-data+t all-blocks graph-uuid)]
427
(m/sp
428
+ (rtc-log-and-state/clean-cached-graph-local-and-remote-t graph-uuid)
429
(rtc-log-and-state/update-local-t graph-uuid remote-t)
430
(rtc-log-and-state/update-remote-t graph-uuid remote-t)
431
(c.m/<?
0 commit comments