mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
link-store: always mark our own submission as seen
This commit is contained in:
parent
102424af40
commit
fafe4cf2bd
@ -235,12 +235,16 @@
|
|||||||
=. by-group (~(put by by-group) path links)
|
=. by-group (~(put by by-group) path links)
|
||||||
:: do generic submission logic
|
:: do generic submission logic
|
||||||
::
|
::
|
||||||
=^ cards state
|
=^ submission-cards state
|
||||||
(hear-submission path [our.bowl page])
|
(hear-submission path [our.bowl page])
|
||||||
|
:: mark page as seen (because we submitted it ourselves)
|
||||||
|
::
|
||||||
|
=^ seen-cards state
|
||||||
|
(seen-submission path `url)
|
||||||
:: send updates to subscribers
|
:: send updates to subscribers
|
||||||
::
|
::
|
||||||
:_ state
|
:_ state
|
||||||
:_ cards
|
:_ (weld submission-cards seen-cards)
|
||||||
:+ %give %fact
|
:+ %give %fact
|
||||||
:+ :~ /local-pages
|
:+ :~ /local-pages
|
||||||
[%local-pages path]
|
[%local-pages path]
|
||||||
|
Loading…
Reference in New Issue
Block a user