From b7c7deddb1d7583508949b2078fe69688802133b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 10 Nov 2022 14:08:25 -0500 Subject: [PATCH] got a case of the what just happened --- activity.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activity.go b/activity.go index 2489aab..1287113 100644 --- a/activity.go +++ b/activity.go @@ -1328,6 +1328,9 @@ var oldjonks = cache.New(cache.Options{Filler: func(xid string) ([]byte, bool) { } donksforhonks([]*Honk{honk}) _, j := jonkjonk(user, honk) + if j == nil { + elog.Fatalf("what just happened? %v", honk) + } j["@context"] = itiswhatitis return j.ToBytes(), true