printer/plainprinter.go
changeset 147 d9b02148d24c
parent 145 0f6b8411ad36
child 148 6c763fa86e9a
--- a/printer/plainprinter.go	Fri May 26 13:41:58 2017 +0200
+++ b/printer/plainprinter.go	Fri May 26 13:55:39 2017 +0200
@@ -230,6 +230,7 @@
 	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
 }