diff --git a/templates/status.tmpl b/templates/status.tmpl index 775631a..9109f4e 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -193,24 +193,19 @@
- {{if or (eq .Visibility "private") (eq .Visibility "direct")}} - - retweet - - {{else}} {{$rt := "retweet"}} {{if .Reblogged}} {{$rt = "unretweet"}} {{end}}
- + {{if and (not $.Ctx.AntiDopamineMode) .ReblogsCount}} ({{DisplayInteractionCount .ReblogsCount}}) {{end}}
- {{end}}
{{$like := "like"}} {{if .Favourited}} {{$like = "unlike"}} {{end}}