Allow a custom message part for the periodic query task

This commit is contained in:
eikek
2022-01-11 22:50:19 +01:00
parent dd9937740a
commit 404fb2a37f
19 changed files with 128 additions and 44 deletions

View File

@ -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,