xC/xP: pass timestamps with millisecond precision

Future-proofing the protocol.
This commit is contained in:
2022-09-06 14:38:09 +02:00
parent d2af6cf64c
commit 31e9c6d2d5
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ struct EventMessage {
PART,
ACTION,
} rendition;
// Unix timestamp in seconds.
// Unix timestamp in milliseconds.
u64 when;
// Broken-up text, with in-band formatting.
union ItemData switch (enum Item {