todo
This commit is contained in:
parent
adca356db1
commit
293a9e0aba
2 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,7 @@ func cmdStream(c *cli.Context) error {
|
|||
case *mastodon.UpdateEvent:
|
||||
s.displayStatus(c.App.Writer, t.Status)
|
||||
case *mastodon.NotificationEvent:
|
||||
s.displayStatus(c.App.Writer, t.Notification.Status)
|
||||
// TODO s.displayStatus(c.App.Writer, t.Notification.Status)
|
||||
case *mastodon.ErrorEvent:
|
||||
s.displayError(c.App.Writer, t)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue