Updates activitpub and tests for discoverability
This commit is contained in:
parent
16994908d8
commit
3e75253ff1
5 changed files with 7 additions and 3 deletions
|
@ -103,7 +103,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
last_active_date = models.DateTimeField(auto_now=True)
|
||||
manually_approves_followers = fields.BooleanField(default=False)
|
||||
show_goal = models.BooleanField(default=True)
|
||||
show_in_directory = models.BooleanField(default=False)
|
||||
discoverable = fields.BooleanField(default=False)
|
||||
|
||||
name_field = "username"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue