diff --git a/actor.go b/actor.go index 99f83d7..7ac539d 100644 --- a/actor.go +++ b/actor.go @@ -680,7 +680,7 @@ func (a *Actor) Unfollow(user string) { follow["@context"] = context() follow["actor"] = a.iri - follow["id"] = baseURL + "/item/" + hash + follow["id"] = baseURL + "item/" + hash follow["object"] = user follow["type"] = "Follow"