mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
rename star -> ForgeLike
This commit is contained in:
parent
4473fb788a
commit
3ab2d9a449
6 changed files with 46 additions and 43 deletions
|
@ -900,7 +900,7 @@ func Routes() *web.Route {
|
|||
m.Get("", activitypub.Repository)
|
||||
m.Post("/inbox", // ToDo: Post or Put?
|
||||
// TODO: bind ativities here
|
||||
bind(forgefed.Star{}),
|
||||
bind(forgefed.ForgeLike{}),
|
||||
// TODO: activitypub.ReqHTTPSignature(),
|
||||
activitypub.RepositoryInbox)
|
||||
}, context_service.RepositoryIDAssignmentAPI())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue