# HG changeset patch # User Mikael Berthe # Date 1495832686 -7200 # Node ID 6c763fa86e9abf2978fb8f40341310ebb023f06a # Parent d9b02148d24c3e0552a5ee367166f1a25760c906 Revert "Add muting_boosts to plain output and themes" This reverts commit 1c9fcd22c05113e0ed497b0d4e29889de0af97f3. diff -r d9b02148d24c -r 6c763fa86e9a printer/plainprinter.go --- a/printer/plainprinter.go Fri May 26 13:55:39 2017 +0200 +++ b/printer/plainprinter.go Fri May 26 23:04:46 2017 +0200 @@ -230,7 +230,6 @@ indentedPrint(w, indent, false, false, "Followed-by", "%v", r.FollowedBy) indentedPrint(w, indent, false, false, "Blocking", "%v", r.Blocking) indentedPrint(w, indent, false, false, "Muting", "%v", r.Muting) - indentedPrint(w, indent, false, false, "Muting Boosts", "%v", r.MutingBoosts) indentedPrint(w, indent, false, false, "Requested", "%v", r.Requested) return nil } diff -r d9b02148d24c -r 6c763fa86e9a templates/themes/ansi-dark/relationship.tmpl --- a/templates/themes/ansi-dark/relationship.tmpl Fri May 26 13:55:39 2017 +0200 +++ b/templates/themes/ansi-dark/relationship.tmpl Fri May 26 23:04:46 2017 +0200 @@ -1,7 +1,6 @@ -- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}} - Following: {{.following}} - Followed-by: {{.followed_by}} - Blocking: {{.blocking}} - Muting: {{.muting}} - Muting Boosts: {{.muting_boosts}} - Requested: {{.requested}} +- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}} + Following: {{.following}} + Followed-by: {{.followed_by}} + Blocking: {{.blocking}} + Muting: {{.muting}} + Requested: {{.requested}} diff -r d9b02148d24c -r 6c763fa86e9a templates/themes/ansi/relationship.tmpl --- a/templates/themes/ansi/relationship.tmpl Fri May 26 13:55:39 2017 +0200 +++ b/templates/themes/ansi/relationship.tmpl Fri May 26 23:04:46 2017 +0200 @@ -1,7 +1,6 @@ -- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}} - Following: {{.following}} - Followed-by: {{.followed_by}} - Blocking: {{.blocking}} - Muting: {{.muting}} - Muting Boosts: {{.muting_boosts}} - Requested: {{.requested}} +- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}} + Following: {{.following}} + Followed-by: {{.followed_by}} + Blocking: {{.blocking}} + Muting: {{.muting}} + Requested: {{.requested}}