Added report marker functions and stale time param to CoT type

This commit is contained in:
2026-05-11 16:25:52 -03:00
parent 6b3ce96c18
commit 882a35c2cd
9 changed files with 168 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl DigitalPointerPayload {
link_uid: Some(self.link_uid.clone()),
remarker: None,
video_url: None,
stale_seconds: None,
}
}
}