if we don't get the bonk, nothing to do
Ted Unangst tedu@tedunangst.com
Sat, 05 Aug 2023 20:59:58 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -635,6 +635,7 @@ dlog.Printf("getting bonk: %s", xid)
obj, err = GetJunkHardMode(user.ID, xid) if err != nil { ilog.Printf("error getting bonk: %s: %s", xid, err) + return nil } } return xonkxonkfn(obj, origin, isUpdate, true)