stop filling up my disk with unlikes

This commit is contained in:
Ted Unangst 2020-09-25 19:18:23 -04:00
parent d6ade574f0
commit 86b4af8654
1 changed files with 0 additions and 3 deletions

3
web.go
View File

@ -402,10 +402,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
folxid, ok := j.GetString("object") folxid, ok := j.GetString("object")
if ok && originate(folxid) == origin { if ok && originate(folxid) == origin {
unfollowme(user, "", "", j) unfollowme(user, "", "", j)
return
} }
log.Printf("unknown undo no object")
dumpactivity(j)
return return
} }
what, _ := obj.GetString("type") what, _ := obj.GetString("type")