more context about xonks we're ignoring
This commit is contained in:
parent
e62faa8bd8
commit
99c41825ed
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue