Expose capability if the lookup server should be queried by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
7a45413559
commit
5e14b299bc
|
@ -112,6 +112,11 @@ class Capabilities implements ICapability {
|
||||||
'expire_date' => ['enabled' => true]
|
'expire_date' => ['enabled' => true]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Sharee searches
|
||||||
|
$res['sharee'] = [
|
||||||
|
'query_lookup_default' => $this->config->getSystemValueBool('gs.enabled', false)
|
||||||
|
];
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'files_sharing' => $res,
|
'files_sharing' => $res,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue