treat local private messages as local
This commit is contained in:
parent
0faf2b0556
commit
5d2956e1f9
1 changed files with 1 additions and 1 deletions
2
fun.go
2
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 {
|
||||
|
|
Loading…
Reference in a new issue