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>2019-04-10 17:07:50 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-18 10:38:06 +0300
commit8c59bb72fbd1c77457bebf905ea6136eaf1c5c63 (patch)
tree000f1889d75eaf507e9d00990ac4af2688194060 /lib
parent7efe105bdb1ef1e8e827048acd059e5d3a098e8e (diff)
Add a capability for the new WEB action type
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 6e19e90..b177c6b 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -45,6 +45,7 @@ class Capabilities implements ICapability {
'delete-all',
'icons',
'rich-strings',
+ 'action-web',
],
'push' => [
'devices',