Remove double slash in unfollow activity

master
Michael Demetriou 2019-12-05 15:28:12 +02:00
parent dd6d19cc8b
commit 9e02116c0c
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ func (a *Actor) Unfollow(user string) {
follow["@context"] = context() follow["@context"] = context()
follow["actor"] = a.iri follow["actor"] = a.iri
follow["id"] = baseURL + "/item/" + hash follow["id"] = baseURL + "item/" + hash
follow["object"] = user follow["object"] = user
follow["type"] = "Follow" follow["type"] = "Follow"