Skip to content

Commit

Permalink
Merge pull request #10778 from nextcloud/backport/10776/stable4.2
Browse files Browse the repository at this point in the history
[stable4.2] fix: remove photo property from groups integration
  • Loading branch information
kesselb authored Feb 28, 2025
2 parents 2944067 + 69c7c64 commit acdd3a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Service/GroupsIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function getMatchingGroups(string $term): array {
'id' => $gid,
'label' => $g['name'] . ' (' . $gs->getNamespace() . ')',
'email' => $gid,
'photo' => null,
'source' => 'groups',
];
}
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Service/GroupsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function testGetMatchingGroups(): void {
'id' => 'namespace1:testgroup',
'label' => 'first test group (Namespace1)',
'email' => 'namespace1:testgroup',
'photo' => null,
'source' => 'groups',
]
],
Expand Down

0 comments on commit acdd3a5

Please sign in to comment.