File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/pico-engine/public Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ <h2>Children</h2>
378
378
< li > < input type = "checkbox" > from pico "{ { name} } " (did:npe:{ { Tx} } )
379
379
< a class = "js-ajax-link" href = "/sky/event/{{../eci}}/reject-inbound/wrangler/inbound_rejection?Rx={{this.Rx}}" > del</ a >
380
380
< pre > { { this . asString} } </ pre >
381
+ < pre > < a class = "js-ajax-link" href = "/sky/event/{{../eci}}/accept-inbound/wrangler/pending_subscription_approval?Rx={{this.Rx}}" > accept</ a > </ pre >
381
382
</ li >
382
383
{ { / e a c h } }
383
384
</ul >
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ $.getJSON("/api/db-dump?legacy=true", function(db_dump){
201
201
++ subCount ;
202
202
someSub [ id ] = theSubs [ id ] ;
203
203
someSub [ id ] . asString = JSON . stringify ( theSubs [ id ] , undefined , 2 ) ;
204
- var subs_eci = theSubs [ id ] . Tx ;
204
+ var subs_eci = theSubs [ id ] . Tx || theSubs [ id ] . wellKnown_Tx ;
205
205
var pico = { id : get ( db_dump . channel , [ subs_eci , "pico_id" ] ) } ;
206
206
someSub [ id ] . name = getV ( pico , "dname" ) ;
207
207
} ) ;
You can’t perform that action at this time.
0 commit comments