mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Say all our users are discoverable for now
This commit is contained in:
parent
fa771271f5
commit
db0edcd2ae
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ class Identity(StatorModel):
|
|||
},
|
||||
"published": self.created.strftime("%Y-%m-%dT%H:%M:%SZ"),
|
||||
"url": self.absolute_profile_uri(),
|
||||
"discoverable": True,
|
||||
}
|
||||
if self.name:
|
||||
response["name"] = self.name
|
||||
|
|
Loading…
Reference in a new issue