Skip to content

Commit

Permalink
fix: mark all as read sends you another feed
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jun 3, 2024
1 parent 2b7b0e8 commit 94f9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (m Model) handleKeys(msg tea.KeyMsg) (Model, tea.Cmd) {
lib.ToggleRead(m.feeds, m.feed.ID, m.post.ID)
case "content":
lib.ReadAll(m.feeds, m.feed.ID)
m = m.loadContent(m.table.Cursor())
m = m.loadContent(m.feed.ID)
case "home":
lib.ReadAll(m.feeds, m.table.Cursor())
m = m.loadHome()
Expand Down

0 comments on commit 94f9ce8

Please sign in to comment.