all repos — honk @ f6a9bddac9d9b48c72ba02a9d9297fe8c9732689

my fork of honk

check for the dreaded double bonk
Ted Unangst tedu@tedunangst.com
Wed, 30 Oct 2019 17:31:48 -0400
commit

f6a9bddac9d9b48c72ba02a9d9297fe8c9732689

parent

cd5907593a4ba9337f0271374ffadce7aa4250d6

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

jump to
M web.goweb.go

@@ -972,6 +972,9 @@ }

if !xonk.Public { return } + if xonk.IsBonked() { + return + } donksforhonks([]*Honk{xonk}) _, err := stmtUpdateFlags.Exec(flagIsBonked, xonk.ID)