From ded211f29f16ed3258fa9e83e623134c678cb5bb Mon Sep 17 00:00:00 2001 From: r Date: Sun, 19 Apr 2020 11:24:37 +0000 Subject: Show {hide,show}retweets button only for followed users --- templates/user.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/user.tmpl b/templates/user.tmpl index b8b3754..f6750c6 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -75,6 +75,7 @@ {{end}} + {{if .User.Pleroma.Relationship.Following}} - {{if .User.Pleroma.Relationship.ShowingReblogs}}
@@ -87,6 +88,7 @@
{{end}} + {{end}} {{end}}
-- cgit v1.2.3