mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Null handler as we know URL must be set for RSS subscriptions
This commit is contained in:
parent
a84bb0259f
commit
5f817bc336
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ const userDefaultShortcuts = async (userId: string): Promise<Shortcut[]> => {
|
|||
filter:
|
||||
subscription.type == 'NEWSLETTER'
|
||||
? `in:following subscription:"${subscription.name}"`
|
||||
: `in:following rss:"${subscription.url}"`,
|
||||
: `in:following rss:"${subscription.url ?? ''}"`,
|
||||
}
|
||||
}),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue