mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
42 lines
693 B
Plaintext
42 lines
693 B
Plaintext
/- *publish
|
|
|_ upd=update
|
|
++ grab
|
|
|%
|
|
++ noun update
|
|
--
|
|
++ grow
|
|
|%
|
|
++ noun upd
|
|
++ json
|
|
=, enjs:format
|
|
%+ frond -.upd
|
|
::
|
|
?- -.upd
|
|
%invite
|
|
%- pairs
|
|
:~ [%who (ship who.upd)]
|
|
[%add b+add.upd]
|
|
[%coll s+col.upd]
|
|
[%title s+title.upd]
|
|
==
|
|
::
|
|
%unread
|
|
%- pairs
|
|
:~ [%add b+add.upd]
|
|
:+ %posts
|
|
%a
|
|
%+ turn ~(tap in keys.upd)
|
|
|= [who=@p coll=@tas post=@tas]
|
|
^- ^json
|
|
%- pairs
|
|
:~ [%who (ship who)]
|
|
[%coll s+coll]
|
|
[%post s+post]
|
|
==
|
|
==
|
|
::
|
|
==
|
|
::
|
|
--
|
|
--
|