Skip to content

Commit

Permalink
fix thread bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusLindroth committed Mar 24, 2020
1 parent 9e9f214 commit 8f5d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (ui *UI) SetTimeline(tl TimelineType) {
}

func (ui *UI) ShowThread() {
status, err := ui.TootList.GetStatus(ui.TootList.Index)
status, err := ui.TootList.GetStatus(ui.TootList.GetIndex())
if err != nil {
log.Fatalln(err)
}
Expand Down

0 comments on commit 8f5d121

Please sign in to comment.