templates/themes/ansi/relationship.tmpl
author Mikael Berthe <mikael@lilotux.net>
Wed, 21 Mar 2018 00:42:51 +0100
changeset 206 102b34bb2c28
parent 195 1c655ba64ecf
child 227 34ed5019193a
permissions -rw-r--r--
Printers: Add Relationship.showing_reblogs Commented for now since it seems buggy with Mastodon 2.2...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
172
0d651f070319 Update types to reflect Mastodon 2.0.0 API changes
Mikael Berthe <mikael@lilotux.net>
parents: 148
diff changeset
     1
- Account ID: {{color "red"}}{{.id}}{{color "reset"}}
195
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     2
  Following:      {{.following}}
206
102b34bb2c28 Printers: Add Relationship.showing_reblogs
Mikael Berthe <mikael@lilotux.net>
parents: 195
diff changeset
     3
{{- if .showing_reblogs}}  Showing boosts: {{.showing_reblogs}}{{end}}
195
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     4
  Followed-by:    {{.followed_by}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     5
  Blocking:       {{.blocking}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     6
  Muting:         {{.muting}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     7
  Muting notif.:  {{.muting}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     8
  Requested:      {{.requested}}