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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -899,7 +899,7 @@ if convoy == "" {
convoy = currenttid } if convoy == "" { - convoy = "missing-" + xfiltrate() + convoy = "data:,missing-" + xfiltrate() currenttid = convoy } xonk.Convoy = convoy