mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Allow bookmarks in periodic query notification
This commit is contained in:
@ -15,7 +15,8 @@ import io.circe.{Decoder, Encoder}
|
||||
final case class PeriodicQueryArgs(
|
||||
account: AccountId,
|
||||
channel: ChannelOrRef,
|
||||
query: ItemQueryString,
|
||||
query: Option[ItemQueryString],
|
||||
bookmark: Option[String],
|
||||
baseUrl: Option[LenientUri]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user