all repos — honk @ 165909bfeb513a9054801e375970eb2187e505ec

my fork of honk

ignore hidden self mention.
Ted Unangst tedu@tedunangst.com
Tue, 31 May 2022 16:49:41 -0400
commit

165909bfeb513a9054801e375970eb2187e505ec

parent

0e8abaabf19cd127990c81f8ffdbcaa3eb7a81b0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M fun.gofun.go

@@ -124,7 +124,7 @@ h.Precis = demoji(h.Precis)

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 } }