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

github.com/nextcloud/notifications.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>2018-02-16 15:14:30 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-16 15:49:34 +0300
commit6861fe26f5ca34d0be234bb63ce78e62cff29047 (patch)
tree406eb0b8cedfbc6668ed499fafec6525a81da417 /lib
parentf753873b2d52e9d6ccac2433e8de5341aaea36e8 (diff)
Add capabilities for the new functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Capabilities.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 0c0fd3f..f1d0692 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -49,6 +49,10 @@ class Capabilities implements ICapability {
'push' => [
'devices',
],
+ 'admin-notifications' => [
+ 'ocs',
+ 'cli',
+ ],
],
];
}