Use edit date to track is status has been updated

This commit is contained in:
Mouse Reeve
2021-10-15 08:56:07 -07:00
parent 20cca69f06
commit b11b810ec9
3 changed files with 9 additions and 5 deletions

View File

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