got a case of the what just happened

Ted Unangst 2 years ago
parent 0b32720284
commit 7e73c0ef6b

@ -1328,6 +1328,9 @@ var oldjonks = cache.New(cache.Options{Filler: func(xid string) ([]byte, bool) {
} }
donksforhonks([]*Honk{honk}) donksforhonks([]*Honk{honk})
_, j := jonkjonk(user, honk) _, j := jonkjonk(user, honk)
if j == nil {
elog.Fatalf("what just happened? %v", honk)
}
j["@context"] = itiswhatitis j["@context"] = itiswhatitis
return j.ToBytes(), true return j.ToBytes(), true

Loading…
Cancel
Save