Revert "Add muting_boosts to plain output and themes"
authorMikael Berthe <mikael@lilotux.net>
Fri, 26 May 2017 23:04:46 +0200
changeset 148 6c763fa86e9a
parent 147 d9b02148d24c
child 149 e2be5743856b
Revert "Add muting_boosts to plain output and themes" This reverts commit 1c9fcd22c05113e0ed497b0d4e29889de0af97f3.
printer/plainprinter.go
templates/themes/ansi-dark/relationship.tmpl
templates/themes/ansi/relationship.tmpl
--- 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
 }
--- 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}}
--- 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}}