remove resolved todo & integration test

This commit is contained in:
Michael Jerger 2024-04-29 08:40:46 +02:00
parent 2f2330c450
commit a9a30fc212
4 changed files with 20 additions and 8 deletions

View file

@ -778,7 +778,6 @@ func Routes() *web.Route {
m.Group("/repository-id/{repository-id}", func() {
m.Get("", activitypub.Repository)
m.Post("/inbox",
// TODO: bind ativities here
bind(forgefed.ForgeLike{}),
// TODO: activitypub.ReqHTTPSignature(),
activitypub.RepositoryInbox)