mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make rss an internal label
This commit is contained in:
parent
78b40dbddc
commit
9697ae2eca
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { getRepository } from '../entity/utils'
|
|||
import { CreateLabelInput } from '../generated/graphql'
|
||||
import { generateRandomColor } from '../utils/helpers'
|
||||
|
||||
const INTERNAL_LABELS_IN_LOWERCASE = ['newsletters', 'favorites']
|
||||
const INTERNAL_LABELS_IN_LOWERCASE = ['newsletters', 'favorites', 'rss']
|
||||
|
||||
const isLabelInternal = (name: string): boolean => {
|
||||
return INTERNAL_LABELS_IN_LOWERCASE.includes(name.toLowerCase())
|
||||
|
|
|
|||
Loading…
Reference in a new issue