another faster check for blocked stuff
Ted Unangst tedu@tedunangst.com
Fri, 06 Sep 2019 14:44:29 -0400
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.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