Skip to content

Commit

Permalink
confirm user is internal to globalscale
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Apr 11, 2022
1 parent 1b819b8 commit fc14b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Collaboration/Collaborators/LookupPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function search($search, $limit, $offset, ISearchResult $searchResult) {
'label' => $label,
'value' => [
'shareType' => IShare::TYPE_REMOTE,
'globalScale' => $isGlobalScaleEnabled,
'shareWith' => $lookup['federationId'],
],
'extra' => $lookup,
Expand Down

0 comments on commit fc14b74

Please sign in to comment.