Browse Source

Merge pull request #25 from alrs/fix-boost

[B]oost
pull/30/head
Rasmus Lindroth 6 years ago committed by GitHub
parent
commit
5a9ac143c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      feed.go

4
feed.go

@ -168,9 +168,9 @@ func showTootOptions(app *App, status *mastodon.Status, showSensitive bool) (str
info = append(info, ColorKey(app.Config.Style, "", "F", "avorite"))
}
if status.Reblogged == true {
info = append(info, ColorKey(app.Config.Style, "Un", "B", "boost"))
info = append(info, ColorKey(app.Config.Style, "Un", "B", "oost"))
} else {
info = append(info, ColorKey(app.Config.Style, "", "B", "boost"))
info = append(info, ColorKey(app.Config.Style, "", "B", "oost"))
}
info = append(info, ColorKey(app.Config.Style, "", "T", "hread"))
info = append(info, ColorKey(app.Config.Style, "", "R", "eply"))

Loading…
Cancel
Save