Remove todo

This commit is contained in:
erik 2024-03-21 14:42:16 +01:00
parent a02ec0363b
commit 42a41ce2bc

View file

@ -898,7 +898,7 @@ func Routes() *web.Route {
}, context_service.UserIDAssignmentAPI())
m.Group("/repository-id/{repository-id}", func() {
m.Get("", activitypub.Repository)
m.Post("/inbox", // ToDo: Post or Put?
m.Post("/inbox",
// TODO: bind ativities here
bind(forgefed.ForgeLike{}),
// TODO: activitypub.ReqHTTPSignature(),