Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Matt Baer
7c923621b7 Remove extraneous @context fields on AP outbox 2020-04-15 12:28:55 -04:00

View file

@ -160,6 +160,7 @@ func handleFetchCollectionOutbox(app *App, w http.ResponseWriter, r *http.Reques
pp.Collection = res
o := pp.ActivityObject(app)
a := activitystreams.NewCreateActivity(o)
a.Context = nil
ocp.OrderedItems = append(ocp.OrderedItems, *a)
}