From 8607f16212c9537751030c717dbfb3454e66ca23 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 11 Jan 2020 10:51:33 +0000 Subject: Add status reply preview in fluoride mode --- templates/status.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index d996eec..9c9d55d 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -44,14 +44,19 @@ {{end}}
{{if .InReplyToID}} - reply to - reply to {{.Pleroma.InReplyToAccountAcct}} + {{if index .ReplyMap .ID}} - {{end}} {{end}} {{if .ShowReplies}} {{if index .ReplyMap .ID}} replies: {{end}} {{range index .ReplyMap .ID}} - #{{.Number}} + {{end}} {{end}}
-- cgit v1.2.3