Remove extraneous @context fields on AP outbox

This commit is contained in:
Matt Baer 2020-04-15 12:28:55 -04:00
parent e51e58386e
commit 5e4ed5d9bc
1 changed files with 1 additions and 0 deletions

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)
}