mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:29:24 +02:00
Resolve "Remove the unused federation__music_needs_approval
settings"
This commit is contained in:
parent
7c8b592f61
commit
b422612edf
6 changed files with 1 additions and 23 deletions
|
@ -53,9 +53,6 @@ def get():
|
|||
"defaultUploadQuota": all_preferences.get("users__upload_quota"),
|
||||
"library": {
|
||||
"federationEnabled": all_preferences.get("federation__enabled"),
|
||||
"federationNeedsApproval": all_preferences.get(
|
||||
"federation__music_needs_approval"
|
||||
),
|
||||
"anonymousCanListen": not all_preferences.get(
|
||||
"common__api_authentication_required"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue