subtle replies should be subtle too
This commit is contained in:
parent
36959973a1
commit
e9da20ff42
2
fun.go
2
fun.go
|
@ -41,7 +41,7 @@ func reverbolate(userid int64, honks []*Honk) {
|
||||||
h.Style = "subtle"
|
h.Style = "subtle"
|
||||||
}
|
}
|
||||||
if !h.Public {
|
if !h.Public {
|
||||||
h.Style = "limited"
|
h.Style += " limited"
|
||||||
}
|
}
|
||||||
if h.Whofore == 2 || h.Whofore == 3 {
|
if h.Whofore == 2 || h.Whofore == 3 {
|
||||||
h.URL = h.XID
|
h.URL = h.XID
|
||||||
|
|
Loading…
Reference in New Issue