mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
Merge pull request #11693 from nextcloud/refactor/remove-legacy-sharemodel-areavatarsenabled
Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
This commit is contained in:
commit
43ed8bb91a
1 changed files with 0 additions and 8 deletions
|
|
@ -33,14 +33,6 @@
|
|||
allowGroupSharing: oc_appconfig.core.allowGroupSharing
|
||||
},
|
||||
|
||||
/**
|
||||
* @returns {boolean}
|
||||
* @deprecated here for legacy reasons - will always return true
|
||||
*/
|
||||
areAvatarsEnabled: function() {
|
||||
return true;
|
||||
},
|
||||
|
||||
/**
|
||||
* @returns {boolean}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue