Skip to content
Snippets Groups Projects
Unverified Commit 43ed8bb9 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #11693 from nextcloud/refactor/remove-legacy-sharemodel-areavatarsenabled

Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
parents 71981b91 47f0447c
No related branches found
No related tags found
No related merge requests found
......@@ -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}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment