it seems some implementations do check context for a uri, so add data:

master
Ted Unangst 5 years ago
parent 35375d2be9
commit c77ef4636c

@ -899,7 +899,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
convoy = currenttid
}
if convoy == "" {
convoy = "missing-" + xfiltrate()
convoy = "data:,missing-" + xfiltrate()
currenttid = convoy
}
xonk.Convoy = convoy

Loading…
Cancel
Save