all repos — honk @ 8ab3420cd2ca3de9d4fe4a1b3e0150e1b08fe5c0

my fork of honk

we always need to be eradicated xonks
Ted Unangst tedu@tedunangst.com
Sun, 14 Apr 2019 13:38:05 -0400
commit

8ab3420cd2ca3de9d4fe4a1b3e0150e1b08fe5c0

parent

a7632cd00ab7b6e0885eef5b41b4a8bfb1c3f2fa

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M activity.goactivity.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 {