mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update comment
This commit is contained in:
parent
706ff94cd1
commit
fe86085245
1 changed files with 1 additions and 3 deletions
|
|
@ -112,9 +112,7 @@ const buildWhereClause = (
|
|||
args.useFolders &&
|
||||
queryBuilder.andWhere("library_item.folder = 'inbox'")
|
||||
// for old clients, we return items that are not archived
|
||||
queryBuilder.andWhere(
|
||||
'library_item.archived_at IS NULL AND library_item.deleted_at IS NULL'
|
||||
)
|
||||
queryBuilder.andWhere('library_item.archived_at IS NULL')
|
||||
break
|
||||
}
|
||||
case InFilter.ARCHIVE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue