Skip to content

Commit 7b12471

Browse files
authored
Merge pull request #287 from tloncorp/promote-9-17
ops: promote 1.26.2
2 parents ae52a05 + 2bab91f commit 7b12471

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Diff for: desk/app/reel.hoon

+14-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@
174174
:: swap out the nonce for the token in our-metadata
175175
=. our-metadata
176176
(~(put by (~(del by our-metadata) nonce)) token u.md)
177-
`this
177+
:_ this
178+
=/ url (cat 3 vic token)
179+
=/ path (stab (cat 3 '/v1/id-link/' id))
180+
~[[%give %fact ~[path] %json !>(s+url)]]
178181
::
179182
%reel-undescribe
180183
?> =(our.bowl src.bowl)
@@ -238,6 +241,16 @@
238241
:~ [%pass +.pole %agent dock %poke cage]
239242
[%pass /expire/[ship.pole]/[token.pole] %arvo %b [%wait (add ~h1 now.bowl)]]
240243
==
244+
::
245+
[%v1 %id-link id=*]
246+
=/ id (crip +:(spud id.pole))
247+
?~ token=(~(get by stable-id) id) `this
248+
?: (~(has in open-describes) u.token)
249+
:: when the confirmation comes back we'll send the fact
250+
`this
251+
=/ url (cat 3 vic u.token)
252+
:_ this
253+
~[[%give %fact ~[pole] %json !>(s+url)]]
241254
==
242255
::
243256
++ on-leave on-leave:def

Diff for: desk/desk.docket-0

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
glob-http+['https://bootstrap.urbit.org/glob-0v7.the2a.smdhg.89k09.6ar0t.gb5te.glob' 0v7.the2a.smdhg.89k09.6ar0t.gb5te]
55
::glob-ames+~zod^0v0
66
base+'landscape'
7-
version+[1 26 1]
7+
version+[1 26 2]
88
website+'https://tlon.io'
99
license+'MIT'
1010
==

0 commit comments

Comments
 (0)