all repos — honk @ 644a13a84f9e983c2830e30aeb6cb60c7918ff2b

my fork of honk

add extra atme class to mentions
Ted Unangst tedu@tedunangst.com
Sun, 01 May 2022 17:33:25 -0400
commit

644a13a84f9e983c2830e30aeb6cb60c7918ff2b

parent

7d1e2617a8f139ab7c225d01d673b354a34ecdda

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

jump to
M fun.gofun.go

@@ -73,6 +73,9 @@ }

if !h.Public { h.Style += " limited" } + if h.Whofore == 1 { + h.Style += " atme" + } translate(h) local := false if h.Whofore == 2 || h.Whofore == 3 {