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}}