if we make it this far without context, fake one
This commit is contained in:
parent
140e96f80e
commit
bcb36d8cff
|
@ -825,6 +825,9 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
if convoy == "" {
|
if convoy == "" {
|
||||||
convoy = currenttid
|
convoy = currenttid
|
||||||
}
|
}
|
||||||
|
if convoy == "" {
|
||||||
|
convoy = "missing-" + xfiltrate()
|
||||||
|
}
|
||||||
xonk.Convoy = convoy
|
xonk.Convoy = convoy
|
||||||
savexonk(&xonk)
|
savexonk(&xonk)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue