treat local private messages as local
This commit is contained in:
parent
0faf2b0556
commit
5d2956e1f9
2
fun.go
2
fun.go
|
@ -34,7 +34,7 @@ func reverbolate(honks []*Honk) {
|
||||||
filt := htfilter.New()
|
filt := htfilter.New()
|
||||||
for _, h := range honks {
|
for _, h := range honks {
|
||||||
h.What += "ed"
|
h.What += "ed"
|
||||||
if h.Whofore == 2 {
|
if h.Whofore == 2 || h.Whofore == 3 {
|
||||||
h.URL = h.XID
|
h.URL = h.XID
|
||||||
h.Noise = mentionize(h.Noise)
|
h.Noise = mentionize(h.Noise)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue