should not rementionize bonks
This commit is contained in:
parent
a1648667ec
commit
eb7b75f809
4
fun.go
4
fun.go
|
@ -45,7 +45,9 @@ func reverbolate(userid int64, honks []*Honk) {
|
|||
}
|
||||
if h.Whofore == 2 || h.Whofore == 3 {
|
||||
h.URL = h.XID
|
||||
h.Noise = mentionize(h.Noise)
|
||||
if h.What != "bonked" {
|
||||
h.Noise = mentionize(h.Noise)
|
||||
}
|
||||
h.Username, h.Handle = honkerhandle(h.Honker)
|
||||
} else {
|
||||
_, h.Handle = honkerhandle(h.Honker)
|
||||
|
|
Loading…
Reference in New Issue