Makes outbox an optional field on the user table
This commit is contained in:
parent
2174ea11ec
commit
45d229d712
3 changed files with 27 additions and 3 deletions
|
@ -21,9 +21,9 @@ class Person(ActivityObject):
|
|||
|
||||
preferredUsername: str
|
||||
inbox: str
|
||||
outbox: str
|
||||
followers: str
|
||||
publicKey: PublicKey
|
||||
outbox: str = None
|
||||
endpoints: Dict = None
|
||||
name: str = None
|
||||
summary: str = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue