Add option to hide follows
This commit is contained in:
@ -39,4 +39,5 @@ class Person(ActivityObject):
|
||||
bookwyrmUser: bool = False
|
||||
manuallyApprovesFollowers: str = False
|
||||
discoverable: str = False
|
||||
hideFollows: str = False
|
||||
type: str = "Person"
|
||||
|
Reference in New Issue
Block a user