diff -r 3fa876b70df7 -r ad148f60dc87 printer/templateprinter.go --- a/printer/templateprinter.go Sun Apr 30 18:09:21 2017 +0200 +++ b/printer/templateprinter.go Sun Apr 30 18:17:10 2017 +0200 @@ -13,6 +13,8 @@ "reflect" "text/template" + "github.com/m0t0k1ch1/gomif" + "github.com/McKael/madon" ) @@ -51,7 +53,8 @@ case []madon.Account, []madon.Application, []madon.Attachment, []madon.Card, []madon.Client, []madon.Context, []madon.Instance, []madon.Mention, []madon.Notification, []madon.Relationship, []madon.Report, - []madon.Results, []madon.Status, []madon.StreamEvent, []madon.Tag: + []madon.Results, []madon.Status, []madon.StreamEvent, []madon.Tag, + []*gomif.InstanceStatus: return p.templateForeach(ot, w) }