we know what like is, we just don't like it
This commit is contained in:
parent
efbd541381
commit
4f58ceb491
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)
|
db.Exec("update honkers set flavor = 'undub' where xid = ? and flavor = 'dub'", who)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
case "Like":
|
||||||
|
break
|
||||||
default:
|
default:
|
||||||
xonk := xonkxonk(j)
|
xonk := xonkxonk(j)
|
||||||
if xonk != nil && needxonk(user, xonk) {
|
if xonk != nil && needxonk(user, xonk) {
|
||||||
|
|
Loading…
Reference in New Issue