enhance(rtc): add rtc-recent-updates-flow

This commit is contained in:
rcmerci
2024-06-24 01:13:17 +08:00
parent 1c22c78c94
commit 8500fbc4e2
7 changed files with 141 additions and 69 deletions

View File

@@ -288,6 +288,7 @@
;; only latest rtc-log stored here, when a log stream is needed,
;; use missionary to create a rtc-log-flow, use (missionary.core/watch <atom>)
:rtc/log (atom nil)
:rtc/recent-updates (atom {})
:rtc/uploading? false
:rtc/downloading-graph-uuid nil
:rtc/graphs []