if we make it this far without context, fake one

This commit is contained in:
Ted Unangst 2019-10-03 12:35:17 -04:00
parent 140e96f80e
commit bcb36d8cff
1 changed files with 3 additions and 0 deletions

View File

@ -825,6 +825,9 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
if convoy == "" {
convoy = currenttid
}
if convoy == "" {
convoy = "missing-" + xfiltrate()
}
xonk.Convoy = convoy
savexonk(&xonk)
}