mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 18:29:17 +02:00
Fixed wrong value for anonymousCanListen in nodeInfo
This commit is contained in:
parent
d28e252109
commit
e8c81d734f
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ def get():
|
|||
"federationNeedsApproval": preferences.get(
|
||||
"federation__music_needs_approval"
|
||||
),
|
||||
"anonymousCanListen": preferences.get(
|
||||
"anonymousCanListen": not preferences.get(
|
||||
"common__api_authentication_required"
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue