Use edit date to track is status has been updated
This commit is contained in:
parent
20cca69f06
commit
b11b810ec9
3 changed files with 9 additions and 5 deletions
|
@ -35,6 +35,7 @@ class Note(ActivityObject):
|
|||
tag: List[Link] = field(default_factory=lambda: [])
|
||||
attachment: List[Document] = field(default_factory=lambda: [])
|
||||
sensitive: bool = False
|
||||
updated: str = None
|
||||
type: str = "Note"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue