linstrom/web/public/api/activitypub/activityLike.go
mstar 81a01fbf8b
All checks were successful
/ docker (push) Successful in 1m56s
Work on AP-ing media and extending likes and whatnot
Also added two fields to roles model, but haven't ran the various
generators yet
2025-06-18 17:01:31 +02:00

5 lines
101 B
Go

package activitypub
import "net/http"
func activityLike(w http.ResponseWriter, r *http.Request) {}