mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
do not show archived rss items when clicking on the feed by adding in:inbox to the filter
This commit is contained in:
parent
934ae701f8
commit
1621168377
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ export default function Rss(): JSX.Element {
|
|||
</StyledText>
|
||||
}
|
||||
onClick={() => {
|
||||
router.push(`/home?q=rss:"${subscription.url}"`)
|
||||
router.push(`/home?q=in:inbox rss:"${subscription.url}"`)
|
||||
}}
|
||||
/>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue