From eb7b75f8095dd64e7a4e5f675bb7535b6dc144e8 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 22 Jul 2019 00:35:26 -0400 Subject: [PATCH] should not rementionize bonks --- fun.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fun.go b/fun.go index ab24886..f567110 100644 --- a/fun.go +++ b/fun.go @@ -45,7 +45,9 @@ func reverbolate(userid int64, honks []*Honk) { } if h.Whofore == 2 || h.Whofore == 3 { h.URL = h.XID - h.Noise = mentionize(h.Noise) + if h.What != "bonked" { + h.Noise = mentionize(h.Noise) + } h.Username, h.Handle = honkerhandle(h.Honker) } else { _, h.Handle = honkerhandle(h.Honker)