we always need to be eradicated xonks

This commit is contained in:
Ted Unangst 2019-04-14 13:38:05 -04:00
parent 2436a76b7e
commit 8bb2a31118
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@ func needxonk(user *WhatAbout, x *Honk) bool {
if strings.HasPrefix(x.XID, user.URL + "/h/") {
return false
}
if x.What == "eradicate" {
return true
}
row := stmtFindXonk.QueryRow(user.ID, x.XID)
err := row.Scan(&x.ID)
if err == nil {