From 9a6e1324d5ea27142d413821321b7eddb2b7186e Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Mon, 31 Oct 2022 12:45:18 +0300 Subject: [PATCH] Conditions for reactions --- templates/status.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/status.tmpl b/templates/status.tmpl index 5a8fcf3..2f0323b 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -101,14 +101,14 @@ {{if .Pleroma.Reactions}}
{{range .Pleroma.Reactions}} - {{$react := "react"}} {{if .Me}} {{$react := "unreact"}} {{end}} + {{$react := "react"}} {{if .Me}} {{$react = "unreact"}} {{end}}
{{if .Url}} - + {{else}} - + {{end}}
{{end}}