Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Controller/DelegationController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Controller/DelegationController.php b/lib/Controller/DelegationController.php
index 00cb6486..1a4c3677 100644
--- a/lib/Controller/DelegationController.php
+++ b/lib/Controller/DelegationController.php
@@ -54,10 +54,6 @@ class DelegationController extends OCSController {
$data[] = [
'id' => $group->getGID(),
'displayname' => $group->getDisplayName(),
- 'usercount' => $group->count(),
- 'disabled' => $group->countDisabled(),
- 'canAdd' => $group->canAddUser(),
- 'canRemove' => $group->canRemoveUser(),
];
}