mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Tiny fixes & todo's cleanup.
This commit is contained in:
parent
c16269de6f
commit
5cd9f12ae3
@ -40,12 +40,12 @@
|
||||
++ story ::> wire content
|
||||
$: count/@ud ::< (lent grams)
|
||||
grams/(list telegram) ::< all messages
|
||||
known/(map serial @ud) ::< messages heard
|
||||
sequence/(map circle @ud) ::< last-heard p circle
|
||||
locals/group ::< local status
|
||||
remotes/(map circle group) ::< remote status
|
||||
shape/config ::< configuration
|
||||
mirrors/(map circle config) ::< remote config
|
||||
sequence/(map circle @ud) ::< last-heard p circle
|
||||
known/(map serial @ud) ::< messages heard
|
||||
peers/(jar ship query) ::< subscribers
|
||||
inherited/_| ::< from parent?
|
||||
== ::
|
||||
|
@ -417,7 +417,7 @@
|
||||
|= {num/@ud gam/telegram}
|
||||
=+ old=(snag num grams)
|
||||
?: =(gam old) +>.$ :: no change
|
||||
=. grams (welp (scag num grams) [gam (slag +(num) grams)])
|
||||
=. grams (oust [num 1] grams)
|
||||
?: =(sep.gam sep.old) +>.$ :: no worthy change
|
||||
=< sh-done
|
||||
(~(sh-gram sh cli) gam)
|
||||
|
@ -57,7 +57,7 @@
|
||||
$% {$client prize-client} ::< /client
|
||||
{$public cis/(set circle)} ::< /public
|
||||
{$burden sos/(map naem burden)} ::< /burden
|
||||
{$report ~} ::< /report
|
||||
{$report $~} ::< /report
|
||||
{$peers pes/(jar ship query)} ::< /peers
|
||||
{$circle package} ::< /circle
|
||||
== ::
|
||||
@ -81,7 +81,7 @@
|
||||
pes/crowd ::< loc & rem presences
|
||||
== ::
|
||||
++ burden ::> full story state
|
||||
$: gaz/(list telegram) ::TODO envelope? ::< all messages
|
||||
$: gaz/(list telegram) ::< all messages
|
||||
shipment ::< metadata
|
||||
== ::
|
||||
++ package ::< story state
|
||||
@ -103,7 +103,6 @@
|
||||
$% {$gram nev/envelope} ::< new/changed msgs
|
||||
== == ::
|
||||
++ diff-config ::> config change
|
||||
::TODO maybe just full? think.
|
||||
$% {$full cof/config} ::< set w/o side-effects
|
||||
{$source add/? src/source} ::< add/rem sources
|
||||
{$caption cap/cord} ::< changed description
|
||||
@ -192,7 +191,6 @@
|
||||
$mailbox ::< our r, blacklist w
|
||||
== ::
|
||||
:: participant metadata. ::
|
||||
::TODO think about naming more
|
||||
++ crowd {loc/group rem/(map circle group)} ::< our & srcs presences
|
||||
++ group (map ship status) ::< presence map
|
||||
++ status {pec/presence man/human} ::< participant
|
||||
|
Loading…
Reference in New Issue
Block a user