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

This commit is contained in:
Ted Unangst 2019-11-27 14:48:18 -05:00
parent 35375d2be9
commit c77ef4636c
1 changed files with 1 additions and 1 deletions

View File

@ -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