summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-04-12 11:10:36 -0100
committerGitHub <noreply@github.com>2022-04-12 11:10:36 -0100
commitd70d90702f242d081bcd5b692bce751ea5073cdf (patch)
tree703ead11d55ab3975eadd36363ac865d3f0d2cd8 /lib/private/Collaboration
parentff0ccc80b4d6b6d011cf0ef0468ea319d6e8841f (diff)
parent10eafd70c86af4bd2491f129aabd1bdcfd7bf81e (diff)
downloadnextcloud-server-d70d90702f242d081bcd5b692bce751ea5073cdf.tar.gz
nextcloud-server-d70d90702f242d081bcd5b692bce751ea5073cdf.zip
Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale
confirm user is internal to globalscale
Diffstat (limited to 'lib/private/Collaboration')
-rw-r--r--lib/private/Collaboration/Collaborators/LookupPlugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Collaboration/Collaborators/LookupPlugin.php b/lib/private/Collaboration/Collaborators/LookupPlugin.php
index 079fd4d2575..72cbfd4de4b 100644
--- a/lib/private/Collaboration/Collaborators/LookupPlugin.php
+++ b/lib/private/Collaboration/Collaborators/LookupPlugin.php
@@ -110,6 +110,7 @@ class LookupPlugin implements ISearchPlugin {
'label' => $label,
'value' => [
'shareType' => IShare::TYPE_REMOTE,
+ 'globalScale' => $isGlobalScaleEnabled,
'shareWith' => $lookup['federationId'],
],
'extra' => $lookup,