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>2017-04-18 18:25:33 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-18 18:25:33 +0300
commit475ad40e443a1be52fa05134cfabf75d1ac9a2b6 (patch)
tree3a1e8241e4cbb38ee9d59fe3e6cc086519e71e1c /lib
parent7f0a9f019371f297e49955a1097ba42d9608a2e7 (diff)
Add capability for push
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Capabilities.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index a6ca12c..6b832f6 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -45,6 +45,9 @@ class Capabilities implements ICapability {
'icons',
'rich-strings',
],
+ 'push' => [
+ 'devices',
+ ],
],
];
}