Skip to content

Commit 6c27b5a

Browse files
rullzerskjnldsv
authored andcommitted
Expose capability if the lookup server should be queried by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 39d5562 commit 6c27b5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/files_sharing/lib/Capabilities.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ public function getCapabilities() {
112112
'expire_date' => ['enabled' => true]
113113
];
114114

115+
// Sharee searches
116+
$res['sharee'] = [
117+
'query_lookup_default' => $this->config->getSystemValueBool('gs.enabled', false)
118+
];
119+
115120
return [
116121
'files_sharing' => $res,
117122
];

0 commit comments

Comments
 (0)