diff --git a/fun.go b/fun.go index 51937af..4ecda1e 100644 --- a/fun.go +++ b/fun.go @@ -571,6 +571,10 @@ func thoudostbitethythumb(userid int64, who []string, objid string) bool { thumblock.Lock() biters := thumbbiters[userid] thumblock.Unlock() + objwhere := originate(objid) + if objwhere != "" && biters[objwhere] { + return true + } for _, w := range who { if biters[w] { return true