templates/ansi-notification.tmpl
changeset 163 1e9e5e3ae30c
parent 124 20d514540f37
child 169 26a1f0e705c9
--- a/templates/ansi-notification.tmpl	Fri Jul 14 21:57:09 2017 +0200
+++ b/templates/ansi-notification.tmpl	Sat Jul 15 11:00:12 2017 +0200
@@ -8,6 +8,8 @@
 {{- with .status}}
   - Status ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
+{{- if eq .visibility "private"}}
+    Private: true{{end}}
     Date: {{.created_at | tolocal}}
     URL: {{.url}}
 {{- if .reblog }}{{with .reblog}}