Add ToDos

forgejo-federated-star
erik 6 months ago
parent 1baf1bfc87
commit 90e06b2921

@ -836,11 +836,11 @@ func Routes() *web.Route {
}, context_service.UserIDAssignmentAPI())
m.Group("/repository-id/{repository-id}", func() {
m.Get("", activitypub.Repository)
m.Post("/inbox",
m.Post("/inbox", // ToDo: We may want a m.Patch method here, as we are not replacing stars
// TODO: bind ativities here
bind(forgefed.Star{}),
//activitypub.ReqHTTPSignature(),
activitypub.RepositoryInbox)
activitypub.RepositoryInbox) // ToDo: We may need to use another method to add a star to the repo
}, context_service.RepositoryIDAssignmentAPI())
}, tokenRequiresScopes(auth_model.AccessTokenScopeCategoryActivityPub))
}

Loading…
Cancel
Save