got a case of the what just happened
Ted Unangst tedu@tedunangst.com
Thu, 10 Nov 2022 14:08:25 -0500
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.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