Add global inbox, move announce
This commit is contained in:
parent
7ac4c628b8
commit
72e1c67488
4 changed files with 229 additions and 33 deletions
|
@ -20,5 +20,6 @@ func BuildActivitypubRouter() http.Handler {
|
|||
router.HandleFunc("GET /note/{id}", objectNote)
|
||||
router.HandleFunc("GET /note/{id}/reactions", noteReactions)
|
||||
router.HandleFunc("GET /emote/{id}", objectEmote)
|
||||
router.HandleFunc("POST /inbox", globalInbox)
|
||||
return router
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue