forked from alemi/upub
fix: all users are discoverable for now
does it even make a difference?
This commit is contained in:
parent
1d97b8d3f5
commit
baa39aa81f
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ impl crate::activitystream::Base for Model {
|
|||
.set_following(self.following())
|
||||
.set_followers(self.followers())
|
||||
.set_public_key(self.public_key())
|
||||
.set_discoverable(Some(true))
|
||||
.underlying_json_object()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue