Merge branch 'main' into review-rate

This commit is contained in:
Mouse Reeve
2021-02-12 18:33:05 -08:00
250 changed files with 11806 additions and 5924 deletions

View File

@@ -18,7 +18,7 @@ class Note(ActivityObject):
''' Note activity '''
published: str
attributedTo: str
content: str
content: str = ''
to: List[str] = field(default_factory=lambda: [])
cc: List[str] = field(default_factory=lambda: [])
replies: Dict = field(default_factory=lambda: {})