Remove extraneous @context fields on AP outbox

fix-friendica
Matt Baer 5 years ago
parent 1c5a0099b6
commit 7c923621b7
  1. 1
      activitypub.go

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

Loading…
Cancel
Save