mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 18:29:28 +02:00
Can now scan and follow library from front-end
This commit is contained in:
parent
fe7ca088c5
commit
f4f75dcb4f
7 changed files with 244 additions and 0 deletions
|
@ -31,6 +31,9 @@ class User(AbstractUser):
|
|||
'dynamic_preferences.change_globalpreferencemodel': {
|
||||
'external_codename': 'settings.change',
|
||||
},
|
||||
'federation.change_library': {
|
||||
'external_codename': 'federation.manage',
|
||||
},
|
||||
}
|
||||
|
||||
privacy_level = fields.get_privacy_field()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue