all repos — honk @ 9404eb134ab3290c50f2898202d78b5ab2e0bc38

my fork of honk

it seems some implementations do check context for a uri, so add data:
Ted Unangst tedu@tedunangst.com
Wed, 27 Nov 2019 14:48:18 -0500
commit

9404eb134ab3290c50f2898202d78b5ab2e0bc38

parent

0c033b032020a77cd71249657deac10b5de96c27

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.go

@@ -899,7 +899,7 @@ if convoy == "" {

convoy = currenttid } if convoy == "" { - convoy = "missing-" + xfiltrate() + convoy = "data:,missing-" + xfiltrate() currenttid = convoy } xonk.Convoy = convoy