From 367afc516b62a893630bee09ce2d190628025190 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 1 May 2022 17:33:25 -0400 Subject: [PATCH] add extra atme class to mentions --- fun.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fun.go b/fun.go index 6e4c285..675a5df 100644 --- a/fun.go +++ b/fun.go @@ -73,6 +73,9 @@ func reverbolate(userid int64, honks []*Honk) { if !h.Public { h.Style += " limited" } + if h.Whofore == 1 { + h.Style += " atme" + } translate(h) local := false if h.Whofore == 2 || h.Whofore == 3 {