Add placeholder functions for interacitons
All checks were successful
/ docker (push) Successful in 1m42s
All checks were successful
/ docker (push) Successful in 1m42s
This commit is contained in:
parent
2e8358f0a3
commit
3c141e21fd
1 changed files with 3 additions and 0 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue