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