it seems some implementations do check context for a uri, so add data:
This commit is contained in:
parent
35375d2be9
commit
c77ef4636c
|
@ -899,7 +899,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
convoy = currenttid
|
convoy = currenttid
|
||||||
}
|
}
|
||||||
if convoy == "" {
|
if convoy == "" {
|
||||||
convoy = "missing-" + xfiltrate()
|
convoy = "data:,missing-" + xfiltrate()
|
||||||
currenttid = convoy
|
currenttid = convoy
|
||||||
}
|
}
|
||||||
xonk.Convoy = convoy
|
xonk.Convoy = convoy
|
||||||
|
|
Loading…
Reference in New Issue