treat local private messages as local

This commit is contained in:
Ted Unangst 2019-05-28 03:39:34 -04:00
parent 0faf2b0556
commit 5d2956e1f9
1 changed files with 1 additions and 1 deletions

2
fun.go
View File

@ -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 {