all repos — honk @ 34bfa758b2c8dbcd332d0f0083c642d5a028f5b4

my fork of honk

treat local private messages as local
Ted Unangst tedu@tedunangst.com
Tue, 28 May 2019 03:39:34 -0400
commit

34bfa758b2c8dbcd332d0f0083c642d5a028f5b4

parent

7e0a6237c0185df5b2bf72b0b9eda51ee74d25ca

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

jump to
M fun.gofun.go

@@ -34,7 +34,7 @@ func reverbolate(honks []*Honk) {

filt := htfilter.New() for _, h := range honks { h.What += "ed" - if h.Whofore == 2 { + if h.Whofore == 2 || h.Whofore == 3 { h.URL = h.XID h.Noise = mentionize(h.Noise) } else {