From 1b945c5cac8715af16b7093c29868a10623c3c85 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 18 Sep 2019 14:23:47 -0400 Subject: [PATCH] only replace memes in our posts --- fun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun.go b/fun.go index 1cb47f6..71d9e03 100644 --- a/fun.go +++ b/fun.go @@ -45,10 +45,10 @@ func reverbolate(userid int64, honks []*Honk) { h.Style += " limited" } translate(h) - h.Noise = re_memes.ReplaceAllString(h.Noise, "") if h.Whofore == 2 || h.Whofore == 3 { h.URL = h.XID if h.What != "bonked" { + h.Noise = re_memes.ReplaceAllString(h.Noise, "") h.Noise = mentionize(h.Noise) h.Noise = ontologize(h.Noise) }