Add (for now) empty route for note reactions
This commit is contained in:
parent
e06d955f98
commit
2b93d51be1
2 changed files with 6 additions and 0 deletions
5
web/public/api/activitypub/noteReactions.go
Normal file
5
web/public/api/activitypub/noteReactions.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package activitypub
|
||||
|
||||
import "net/http"
|
||||
|
||||
func noteReactions(w http.ResponseWriter, r *http.Request) {}
|
Loading…
Add table
Add a link
Reference in a new issue