mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add in:inbox to subscriptions filter
This commit is contained in:
parent
885f608600
commit
153e32734c
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ function Subscriptions(
|
|||
>
|
||||
{!collapsed ? (
|
||||
<>
|
||||
<FilterButton filterTerm="has:subscriptions" text="All" {...props} />
|
||||
<FilterButton filterTerm="in:inbox has:subscriptions" text="All" {...props} />
|
||||
<FilterButton filterTerm={`label:RSS`} text="Feeds" {...props} />
|
||||
<FilterButton
|
||||
filterTerm={`label:Newsletter`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue