Skip to content

Commit

Permalink
🎨 Cards expired no longer appear in the same review round #10087
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 6, 2024
1 parent 3178f31 commit bf4ba71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/model/flashcard.go
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,8 @@ func getDeckDueCards(deck *riff.Deck, reviewedCardIDs, blockIDs []string, newCar
unreviewedOldCardCountInRound++
}
}
} else { // 已经复习过了 Cards expired no longer appear in the same review round https://github.com/siyuan-note/siyuan/issues/10087
continue
}
} else {
unreviewedCount++
Expand Down

0 comments on commit bf4ba71

Please sign in to comment.