diff --git a/actor.go b/actor.go index 15e57ad..3eb05a2 100644 --- a/actor.go +++ b/actor.go @@ -133,7 +133,8 @@ func (a *Actor) PostArticle(url string) error { if err != nil { return errors.New("failed to decode fetched article") } - create["object"] = url + // create["object"] = url + create["object"] = article a.sendToFollowers(create) // Boost article if it contains "inReplyTo" if article["inReplyTo"] != nil {