all repos — honk @ 86fc0220d70975fac172e7d1d5eb430c9d742d32

my fork of honk

another faster check for blocked stuff
Ted Unangst tedu@tedunangst.com
Fri, 06 Sep 2019 14:44:29 -0400
commit

86fc0220d70975fac172e7d1d5eb430c9d742d32

parent

92cd22d3402a8c71a249a83899fde568f0b1a71c

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M activity.goactivity.go

@@ -209,6 +209,10 @@ func needxonkid(user *WhatAbout, xid string) bool {

if strings.HasPrefix(xid, user.URL+"/") { return false } + if thoudostbitethythumb(user.ID, nil, xid) { + log.Printf("don't need thumb biter? %s", xid) + return false + } if iszonked(user.ID, xid) { log.Printf("already zonked: %s", xid) return false