mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-11 21:39:33 +00:00
Make timestamp a 64bit integer
Signed-off-by: martin f. krafft <madduck@madduck.net>
This commit is contained in:
parent
c1910ae000
commit
ffce5868a6
@ -15,7 +15,7 @@ object AddonOutputExample extends Helper {
|
|||||||
BackendCommand.ItemUpdate(
|
BackendCommand.ItemUpdate(
|
||||||
itemId = id("XabZ-item-id"),
|
itemId = id("XabZ-item-id"),
|
||||||
actions = List(
|
actions = List(
|
||||||
ItemAction.SetDate(1699632496000),
|
ItemAction.SetDate(1699632496000L),
|
||||||
ItemAction.AddTags(Set("tag1", "tag2")),
|
ItemAction.AddTags(Set("tag1", "tag2")),
|
||||||
ItemAction.ReplaceTags(Set("tagX", "tagY")),
|
ItemAction.ReplaceTags(Set("tagX", "tagY")),
|
||||||
ItemAction.RemoveTags(Set("tag0", "tag9")),
|
ItemAction.RemoveTags(Set("tag0", "tag9")),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user