we always need to be eradicated xonks
Ted Unangst tedu@tedunangst.com
Sun, 14 Apr 2019 13:38:05 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
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 {