From bcb36d8cff66388a86f1ffcc3596f6f72f40f571 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 3 Oct 2019 12:35:17 -0400 Subject: [PATCH] if we make it this far without context, fake one --- activity.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activity.go b/activity.go index 87734ab..60dd833 100644 --- a/activity.go +++ b/activity.go @@ -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) }