Add option to hide follows

This commit is contained in:
Mouse Reeve
2022-02-28 11:48:49 -08:00
parent 6c17aa7630
commit e90cb52f23
5 changed files with 28 additions and 0 deletions

View File

@ -39,4 +39,5 @@ class Person(ActivityObject):
bookwyrmUser: bool = False
manuallyApprovesFollowers: str = False
discoverable: str = False
hideFollows: str = False
type: str = "Person"