parent
5a3a325689
commit
1ddd67b1a4
4 changed files with 33 additions and 6 deletions
|
@ -18,7 +18,7 @@ func cmdNotification(c *cli.Context) error {
|
|||
for _, n := range notifications {
|
||||
if n.Status != nil {
|
||||
color.Set(color.FgHiRed)
|
||||
fmt.Fprint(c.App.Writer, n.Account.Username)
|
||||
fmt.Fprint(c.App.Writer, n.Account.Acct)
|
||||
color.Set(color.Reset)
|
||||
fmt.Fprintln(c.App.Writer, " "+n.Type)
|
||||
s := n.Status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue