Fixes default lists on activitypub dataclasses
This commit is contained in:
parent
641ac22786
commit
9b57cfd331
4 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ class Person(ActivityObject):
|
|||
summary: str
|
||||
publicKey: PublicKey
|
||||
endpoints: Dict
|
||||
icon: Image = field(default=lambda: {})
|
||||
icon: Image = field(default_factory=lambda: {})
|
||||
bookwyrmUser: bool = False
|
||||
manuallyApprovesFollowers: str = False
|
||||
discoverable: str = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue