Updates activitpub and tests for discoverability
This commit is contained in:
parent
16994908d8
commit
3e75253ff1
5 changed files with 7 additions and 3 deletions
|
@ -30,5 +30,5 @@ class Person(ActivityObject):
|
|||
icon: Image = field(default_factory=lambda: {})
|
||||
bookwyrmUser: bool = False
|
||||
manuallyApprovesFollowers: str = False
|
||||
discoverable: str = True
|
||||
discoverable: str = False
|
||||
type: str = "Person"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue