mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
2048f7ab9e
This resolves a number of issues that were keeping communications with foreign ships from working. - there was no link-update mark - there was no +on-arvo handling in link-listen-hook - link-listen-hook was subscribing to the non-existent "link-hook" - link-proxy-hook permission check was looking at a wrong path Also makes link-listen-hook aware that subscriptions might get rejected because of permissions, so that it ignores failed subscriptions instead of being loud about it.
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
:: link: subscription updates
|
|
::
|
|
::TODO this should include json conversion once mark performance improves
|
|
/- *link
|
|
|_ =update
|
|
++ grow
|
|
|%
|
|
++ noun update
|
|
--
|
|
::
|
|
++ grab
|
|
|%
|
|
++ noun ^update
|
|
--
|
|
--
|