all repos — honk @ 2ec3f7f03f838fdfed8a097e7f888a9267941d23

my fork of honk

got a case of the what just happened
Ted Unangst tedu@tedunangst.com
Thu, 10 Nov 2022 14:08:25 -0500
commit

2ec3f7f03f838fdfed8a097e7f888a9267941d23

parent

48c56d0c881f3ee0a46fb18598ab135406f6580a

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

jump to
M activity.goactivity.go

@@ -1328,6 +1328,9 @@ }

} donksforhonks([]*Honk{honk}) _, j := jonkjonk(user, honk) + if j == nil { + elog.Fatalf("what just happened? %v", honk) + } j["@context"] = itiswhatitis return j.ToBytes(), true