Merge pull request #299 from writeas/fix-friendica-federation

Fix federation with Friendica
This commit is contained in:
Matt Baer 2020-04-21 14:39:48 -04:00 committed by GitHub
commit 6fc166174b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}