cmd/stream.go
changeset 110 57843255fd1a
parent 103 7a4604bb12d9
child 112 58d30ab47543
--- 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 ?