mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
contact-store: address L review
This commit is contained in:
parent
dbafffd783
commit
9e3c048855
@ -104,17 +104,18 @@
|
||||
|= [rolo=rolodex:store is-public=?]
|
||||
^- (quip card _state)
|
||||
=/ our-contact (~(got by rolodex) our.bowl)
|
||||
::
|
||||
=/ diff-rolo=rolodex:store
|
||||
%- ~(gas by *rolodex:store)
|
||||
%+ skim ~(tap in rolo)
|
||||
|= [=ship =contact:store]
|
||||
?~ local-con=(~(get by rolodex) ship) %.y
|
||||
(gth last-updated.contact last-updated.u.local-con)
|
||||
=. rolodex (~(uni by rolodex) diff-rolo)
|
||||
=. rolodex (~(put by rolodex) our.bowl our-contact)
|
||||
:_ state(rolodex rolodex)
|
||||
(send-diff [%initial rolodex is-public] %.n)
|
||||
=/ new-rolo=rolodex:store
|
||||
(~(uni by rolodex) diff-rolo)
|
||||
=. new-rolo (~(put by new-rolo) our.bowl our-contact)
|
||||
?: =(new-rolo rolodex) `state
|
||||
:_ state(rolodex new-rolo)
|
||||
(send-diff [%initial new-rolo is-public] %.n)
|
||||
::
|
||||
++ handle-add
|
||||
|= [=ship =contact:store]
|
||||
|
Loading…
Reference in New Issue
Block a user