b4d80bf72b62 — Ted Unangst 2 months ago
actually not ready to cache nil
1 files changed, 1 insertions(+), 1 deletions(-)

M activity.go
M activity.go +1 -1
@@ 424,7 424,7 @@ var boxofboxes = gencache.New(gencache.O
 		j, err = GetJunk(readyLuserOne, ident)
 		if err != nil {
 			dlog.Printf("error getting boxes for %s: %s", ident, err)
-			return nil, true
+			return nil, false
 		}
 		allinjest(originate(ident), j)
 		row = stmtGetXonker.QueryRow(ident, "boxes")