Adds following field to actor serialization

This commit is contained in:
Mouse Reeve
2021-04-07 10:32:16 -07:00
parent 6209a7de5b
commit ef12b077dd
3 changed files with 24 additions and 2 deletions

View File

@ -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