mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 04:39:16 +02:00
See #872: added a new terms of service setting
This commit is contained in:
parent
01d2206001
commit
5ca3055713
4 changed files with 19 additions and 1 deletions
|
@ -40,6 +40,7 @@ def get():
|
|||
"private": all_preferences.get("instance__nodeinfo_private"),
|
||||
"shortDescription": all_preferences.get("instance__short_description"),
|
||||
"longDescription": all_preferences.get("instance__long_description"),
|
||||
"terms": all_preferences.get("instance__terms"),
|
||||
"nodeName": all_preferences.get("instance__name"),
|
||||
"library": {
|
||||
"federationEnabled": all_preferences.get("federation__enabled"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue