Add option to hide follows
This commit is contained in:
parent
6c17aa7630
commit
e90cb52f23
5 changed files with 28 additions and 0 deletions
|
@ -39,4 +39,5 @@ class Person(ActivityObject):
|
|||
bookwyrmUser: bool = False
|
||||
manuallyApprovesFollowers: str = False
|
||||
discoverable: str = False
|
||||
hideFollows: str = False
|
||||
type: str = "Person"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue