add extra atme class to mentions
This commit is contained in:
parent
bbf1fd9b9a
commit
367afc516b
3
fun.go
3
fun.go
|
@ -73,6 +73,9 @@ func reverbolate(userid int64, honks []*Honk) {
|
||||||
if !h.Public {
|
if !h.Public {
|
||||||
h.Style += " limited"
|
h.Style += " limited"
|
||||||
}
|
}
|
||||||
|
if h.Whofore == 1 {
|
||||||
|
h.Style += " atme"
|
||||||
|
}
|
||||||
translate(h)
|
translate(h)
|
||||||
local := false
|
local := false
|
||||||
if h.Whofore == 2 || h.Whofore == 3 {
|
if h.Whofore == 2 || h.Whofore == 3 {
|
||||||
|
|
Loading…
Reference in New Issue