diff -r 912e72511084 -r 57843255fd1a cmd/stream.go --- a/cmd/stream.go Tue May 09 20:14:28 2017 +0200 +++ b/cmd/stream.go Tue May 09 20:14:28 2017 +0200 @@ -176,11 +176,11 @@ errPrint("Event: [%s]", ev.Event) case "update": s := ev.Data.(madon.Status) - p.PrintObj(&s, nil, "") + p.printObj(&s) continue case "notification": n := ev.Data.(madon.Notification) - p.PrintObj(&n, nil, "") + p.printObj(&n) continue case "delete": // TODO PrintObj ?