From 5d2956e1f91e61e2a80f92394e38a4e234b3d5da Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 28 May 2019 03:39:34 -0400 Subject: [PATCH] treat local private messages as local --- fun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun.go b/fun.go index b58fe07..3bd34bf 100644 --- a/fun.go +++ b/fun.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 {