Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-31 17:17:27 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-31 17:17:27 +0300
commit4411085d2495ee2d55fe33f26389e72287814484 (patch)
tree23dd31013d21831a524af96195716d6be391e7dd /lib
parente06520f316f6e8c16a955147ea6284f493d945e7 (diff)
Add a capability for the unified-search
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Capabilities.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 37f85fee2..99d2c5230 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -102,6 +102,7 @@ class Capabilities implements IPublicCapability {
'conversation-permissions',
'rich-object-list-media',
'rich-object-delete',
+ 'unified-search',
'chat-permission',
'silent-send',
'send-call-notification',