we don't care about dislikes
This commit is contained in:
parent
5d03fbac6a
commit
63f6a949bc
2
web.go
2
web.go
|
@ -364,7 +364,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
what, _ := j.GetString("type")
|
what, _ := j.GetString("type")
|
||||||
obj, _ := j.GetString("object")
|
obj, _ := j.GetString("object")
|
||||||
if what == "Like" || (what == "EmojiReact" && originate(obj) != serverName) {
|
if what == "Like" || what == "Dislike" || (what == "EmojiReact" && originate(obj) != serverName) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
who, _ := j.GetString("actor")
|
who, _ := j.GetString("actor")
|
||||||
|
|
Loading…
Reference in New Issue