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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-14 16:55:14 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-14 16:55:14 +0300
commit53555345d71be39402efb5f71ec545316292f5e8 (patch)
tree19da2dc51d795595141c8da3856e06635041b71b /appinfo
parenta0b822794e22f117e23b2cbc86fedfec0c232776 (diff)
Allow to test push notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 432b025..f13d37b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -37,5 +37,6 @@
<commands>
<command>OCA\Notifications\Command\Generate</command>
+ <command>OCA\Notifications\Command\TestPush</command>
</commands>
</info>