linstrom/web/public/api/activitypub/objectEmote.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
100 B
Go

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