Small activitypub serialization issues
This commit is contained in:
parent
2463e64321
commit
a7d8376b6a
2 changed files with 3 additions and 5 deletions
|
@ -16,7 +16,7 @@ class Person(ActivityObject):
|
|||
publicKey: PublicKey
|
||||
endpoints: Dict
|
||||
icon: Image = field(default=lambda: {})
|
||||
bookwyrmUser: str = False
|
||||
bookwyrmUser: bool = False
|
||||
manuallyApprovesFollowers: str = False
|
||||
discoverable: str = True
|
||||
type: str = 'Person'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue