Updates activitpub and tests for discoverability

This commit is contained in:
Mouse Reeve
2021-03-21 14:50:36 -07:00
parent 16994908d8
commit 3e75253ff1
5 changed files with 7 additions and 3 deletions

View File

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