From ad6f5602135b96cdf92b4128bbf8af8f1ac42198 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Fri, 3 Nov 2023 18:27:27 +0300 Subject: [PATCH] hide muted user posts in threads or whatever timelines --- templates/status.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/status.tmpl b/templates/status.tmpl index abd3ba1..1d12372 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -1,4 +1,5 @@ {{with .Data}} +{{if .Muted}}
muted post {{end}}
{{if .Reblog}}
@@ -293,4 +294,5 @@ {{end}} {{end}}
+{{if .Muted}}
{{end}} {{end}}