mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 20:15:27 +03:00
graph-store: use +bap for update-log listification
This commit is contained in:
parent
3e1207283b
commit
44ac3130f8
@ -593,8 +593,9 @@
|
||||
?< (~(has by archive) resource)
|
||||
?> (~(has by graphs) resource)
|
||||
=/ updates=(list [=time upd=logged-update:store])
|
||||
:: TODO: add +bap:orm (backwards tap) and use that
|
||||
(flop (tap:orm-log update-log))
|
||||
:: updates are time-ordered with most recent first
|
||||
:: process with earliest first
|
||||
(bap:orm-log update-log)
|
||||
=| cards=(list card)
|
||||
|- ^- (quip card _state)
|
||||
?~ updates
|
||||
|
Loading…
Reference in New Issue
Block a user