mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Allow a custom message part for the periodic query task
This commit is contained in:
@ -18,8 +18,9 @@ import io.circe.generic.semiauto._
|
||||
* If the structure changes, there must be some database migration to update or remove
|
||||
* the json data of the corresponding task.
|
||||
*
|
||||
* @deprecated note: This has been removed and copied to this place to be able to
|
||||
* migrate away from this structure. Replaced by PeriodicDueItemsArgs
|
||||
* @deprecated
|
||||
* note: This has been removed and copied to this place to be able to migrate away from
|
||||
* this structure. Replaced by PeriodicDueItemsArgs
|
||||
*/
|
||||
case class NotifyDueItemsArgs(
|
||||
account: AccountId,
|
||||
|
Reference in New Issue
Block a user