mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Remove items in non-member folders from sql search results
This commit is contained in:
@ -71,7 +71,7 @@ object NotifyDueItemsTask {
|
||||
now <- Timestamp.current[F]
|
||||
q =
|
||||
QItem.Query
|
||||
.empty(ctx.args.account.collective)
|
||||
.empty(ctx.args.account)
|
||||
.copy(
|
||||
states = ItemState.validStates.toList,
|
||||
tagsInclude = ctx.args.tagsInclude,
|
||||
|
Reference in New Issue
Block a user