diff --git a/activity.go b/activity.go index b5248d6..bb5c49e 100644 --- a/activity.go +++ b/activity.go @@ -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 {