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
2a9c872d7a
commit
174bc54911
|
@ -98,6 +98,11 @@ class Capabilities implements ICapability {
|
|||
'expire_date' => ['enabled' => true]
|
||||
];
|
||||
|
||||
// Sharee searches
|
||||
$res['sharee'] = [
|
||||
'query_lookup_default' => $this->config->getSystemValueBool('gs.enabled', false)
|
||||
];
|
||||
|
||||
return [
|
||||
'files_sharing' => $res,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue