mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
hark-graph-hook: fix conflict in merge
This commit is contained in:
parent
35103ab394
commit
a07f55b832
@ -102,14 +102,12 @@
|
||||
==
|
||||
++ listen
|
||||
|= [graph=resource =index:post]
|
||||
^- (quip card _state)
|
||||
:- (give:ha ~[/updates] [%listen graph index])
|
||||
^+ state
|
||||
state(watching (~(put in watching) [graph index]))
|
||||
::
|
||||
++ ignore
|
||||
|= [graph=resource =index:post]
|
||||
^- (quip card _state)
|
||||
:- (give:ha ~[/updates] [%ignore graph index])
|
||||
^+ state
|
||||
state(watching (~(del in watching) [graph index]))
|
||||
::
|
||||
++ set-mentions
|
||||
|
Loading…
Reference in New Issue
Block a user