소스 검색

Remove extraneous @context fields on AP outbox

pull/299/head
Matt Baer 4 년 전
부모
커밋
5e4ed5d9bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      activitypub.go

+ 1
- 0
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)
}



불러오는 중...
취소
저장