if we make it this far without context, fake one
Ted Unangst tedu@tedunangst.com
Thu, 03 Oct 2019 12:35:17 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -825,6 +825,9 @@ }
if convoy == "" { convoy = currenttid } + if convoy == "" { + convoy = "missing-" + xfiltrate() + } xonk.Convoy = convoy savexonk(&xonk) }