add extra atme class to mentions

This commit is contained in:
Ted Unangst 2022-05-01 17:33:25 -04:00
parent bbf1fd9b9a
commit 367afc516b
1 changed files with 3 additions and 0 deletions

3
fun.go
View File

@ -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 {