Adds following field to actor serialization
This commit is contained in:
parent
6209a7de5b
commit
ef12b077dd
3 changed files with 24 additions and 2 deletions
|
@ -23,6 +23,7 @@ class Person(ActivityObject):
|
|||
inbox: str
|
||||
publicKey: PublicKey
|
||||
followers: str = None
|
||||
following: str = None
|
||||
outbox: str = None
|
||||
endpoints: Dict = None
|
||||
name: str = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue