all repos — honk @ e966ff86b302200bc68754ca53fc119c3d48ed9a

my fork of honk

only replace memes in our posts
Ted Unangst tedu@tedunangst.com
Wed, 18 Sep 2019 14:23:47 -0400
commit

e966ff86b302200bc68754ca53fc119c3d48ed9a

parent

f0ab4821dfea2066ff97aa0a6bafc16a33d7300c

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

jump to
M fun.gofun.go

@@ -45,10 +45,10 @@ if !h.Public {

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) }