Say all our users are discoverable for now

pull/38/head
Andrew Godwin 2022-11-22 19:40:59 -07:00
rodzic fa771271f5
commit db0edcd2ae
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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