Add placeholder functions for interacitons
All checks were successful
/ docker (push) Successful in 1m42s

This commit is contained in:
Melody Becker 2025-06-12 16:24:25 +02:00
parent 2e8358f0a3
commit 3c141e21fd
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI

View file

@ -244,3 +244,6 @@ func inReplyTo(w http.ResponseWriter, r *http.Request) {
}
_ = webutils.SendJson(w, notes)
}
func boostNote(w http.ResponseWriter, r *http.Request) {}
func likeNote(w http.ResponseWriter, r *http.Request) {}