mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
27 lines
707 B
Plaintext
27 lines
707 B
Plaintext
::
|
|
:::: /hoon/comments/tree/mar
|
|
::
|
|
/? 310
|
|
/+ elem-to-react-json, time-to-id
|
|
=, format
|
|
::
|
|
::::
|
|
::
|
|
|_ all/(list (pair time {ship marl}))
|
|
::
|
|
++ grow :: convert to
|
|
|%
|
|
++ json
|
|
:- %a
|
|
%+ turn
|
|
(sort all |=({a/* b/*} (lor b a)))
|
|
|= {a/time b/ship c/marl} ^- ^json
|
|
=+ bod=[[%div id+(time-to-id a) ~] c]
|
|
=, enjs
|
|
(pairs time+(time a) user+(ship b) body+(elem-to-react-json bod) ~)
|
|
--
|
|
++ grab |% :: convert from
|
|
++ noun (list {time manx}) :: clam from %noun
|
|
::++ elem |=(a=manx `_all`[[/ ((getall %h1) a)] ~ ~])
|
|
-- --
|