From 4d9e0af373b3a92d04498070c6fc8f6c197fc9c0 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 2 Feb 2020 07:24:06 +0000 Subject: Add conversation muting --- templates/status.tmpl | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 3945cc8..1ea475e 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -24,12 +24,27 @@ {{.Account.Acct}} - - {{.Visibility}} - - - source - +
+ +
+ + source + + {{if .Muted}} +
+ + +
+ {{else}} +
+ + +
+ {{end}} +
+
{{if .InReplyToID}} -- cgit v1.2.3