all repos — honk @ bb603ba4649e31b248833c897bba77ea693ed957

my fork of honk

if we make it this far without context, fake one
Ted Unangst tedu@tedunangst.com
Thu, 03 Oct 2019 12:35:17 -0400
commit

bb603ba4649e31b248833c897bba77ea693ed957

parent

61f87b545e459f9be821802b56c58e8bf367ab70

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M activity.goactivity.go

@@ -825,6 +825,9 @@ }

if convoy == "" { convoy = currenttid } + if convoy == "" { + convoy = "missing-" + xfiltrate() + } xonk.Convoy = convoy savexonk(&xonk) }