diff --git a/fun.go b/fun.go index bf4c677..a5bc89a 100644 --- a/fun.go +++ b/fun.go @@ -124,7 +124,7 @@ func reverbolate(userid int64, honks []*Honk) { h.Noise = demoji(h.Noise) h.Open = "open" for _, m := range h.Mentions { - if !m.IsPresent(h.Noise) { + if m.Where != h.Honker && !m.IsPresent(h.Noise) { h.Noise = "(" + m.Who + ")" + h.Noise } }