mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
agentio: fix bug with fact-all
This commit is contained in:
parent
ff33ddacff
commit
0226bc0a7f
@ -201,7 +201,9 @@
|
||||
~
|
||||
:: only send the last one, since hark accumulates notifcations
|
||||
=/ =update [%notification `notification`(snag 0 (flop notes))]
|
||||
[(fact-all:io %notify-update !>(update))]~
|
||||
=/ card (fact-all:io %notify-update !>(update))
|
||||
?~ card ~
|
||||
[u.card]~
|
||||
::
|
||||
%kick
|
||||
:_ this
|
||||
|
@ -117,12 +117,13 @@
|
||||
::
|
||||
++ fact-all
|
||||
|= =cage
|
||||
^- card
|
||||
^- (unit card)
|
||||
=/ paths=(list path)
|
||||
%+ turn ~(tap by sup.bowl)
|
||||
|= [duct ship =path]
|
||||
path
|
||||
[%give %fact paths cage]
|
||||
?~ paths ~
|
||||
`[%give %fact paths cage]
|
||||
::
|
||||
++ kick
|
||||
|= paths=(list path)
|
||||
|
Loading…
Reference in New Issue
Block a user