From 99c41825edf3ea8102e323df43816a6567f9fe10 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 30 Apr 2019 15:51:09 -0400 Subject: [PATCH] more context about xonks we're ignoring --- activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.go b/activity.go index c2717c9..20788ac 100644 --- a/activity.go +++ b/activity.go @@ -244,7 +244,7 @@ func needxonk(user *WhatAbout, x *Honk) bool { return true } if thoudostbitethythumb(user.ID, x.Audience, x.XID) { - log.Printf("not saving thumb biter? %s", x.Honker) + log.Printf("not saving thumb biter? %s via %s", x.XID, x.Honker) return false } return needxonkid(user, x.XID)