reset currettid too

This commit is contained in:
Ted Unangst 2019-10-03 12:37:15 -04:00
parent bcb36d8cff
commit 73d6331c2d
1 changed files with 3 additions and 2 deletions

View File

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