From e9da20ff426a58b7f3eb8b432f1386a86a73ab2c Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 14 Jul 2019 21:55:57 -0400 Subject: [PATCH] subtle replies should be subtle too --- fun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun.go b/fun.go index 14e95f5..75ce1f4 100644 --- a/fun.go +++ b/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