Fix #982: Removed "nodeinfo disabled" setting, as nodeinfo is required for the UI to work

This commit is contained in:
Eliot Berriot 2019-12-11 11:05:34 +01:00
parent dd9cca432d
commit 175d701247
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
7 changed files with 1 additions and 36 deletions

View file

@ -143,8 +143,6 @@ class WellKnownViewSet(viewsets.GenericViewSet):
@action(methods=["get"], detail=False)
def nodeinfo(self, request, *args, **kwargs):
if not preferences.get("instance__nodeinfo_enabled"):
return HttpResponse(status=404)
data = {
"links": [
{