hide muted user posts in threads or whatever timelines

This commit is contained in:
localhost_frssoft 2023-11-03 18:27:27 +03:00
parent a4a97a6498
commit ad6f560213
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{{with .Data}}
{{if .Muted}}<details><summary> muted post </summary>{{end}}
<div id="status-{{.ID}}" class="status-container-container">
{{if .Reblog}}
<details>
@ -293,4 +294,5 @@
{{end}}
{{end}}
</div>
{{if .Muted}}</details>{{end}}
{{end}}