we know what like is, we just don't like it
This commit is contained in:
parent
efbd541381
commit
4f58ceb491
1 changed files with 2 additions and 0 deletions
2
honk.go
2
honk.go
|
@ -333,6 +333,8 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
|||
db.Exec("update honkers set flavor = 'undub' where xid = ? and flavor = 'dub'", who)
|
||||
}
|
||||
}
|
||||
case "Like":
|
||||
break
|
||||
default:
|
||||
xonk := xonkxonk(j)
|
||||
if xonk != nil && needxonk(user, xonk) {
|
||||
|
|
Loading…
Reference in a new issue