more context about xonks we're ignoring

This commit is contained in:
Ted Unangst 2019-04-30 15:51:09 -04:00
parent e62faa8bd8
commit 99c41825ed
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ func needxonk(user *WhatAbout, x *Honk) bool {
return true return true
} }
if thoudostbitethythumb(user.ID, x.Audience, x.XID) { 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 false
} }
return needxonkid(user, x.XID) return needxonkid(user, x.XID)