stop filling up my disk with unlikes
This commit is contained in:
parent
d6ade574f0
commit
86b4af8654
1 changed files with 0 additions and 3 deletions
3
web.go
3
web.go
|
@ -402,10 +402,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
|||
folxid, ok := j.GetString("object")
|
||||
if ok && originate(folxid) == origin {
|
||||
unfollowme(user, "", "", j)
|
||||
return
|
||||
}
|
||||
log.Printf("unknown undo no object")
|
||||
dumpactivity(j)
|
||||
return
|
||||
}
|
||||
what, _ := obj.GetString("type")
|
||||
|
|
Loading…
Reference in a new issue