mirror of
https://github.com/writeas/writefreely
synced 2025-02-01 10:36:57 +01:00
Merge pull request #299 from writeas/fix-friendica-federation
Fix federation with Friendica
This commit is contained in:
commit
6fc166174b
@ -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…
x
Reference in New Issue
Block a user