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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-12 09:04:49 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-12 09:04:49 +0300
commit0c574569a4306343fa466a7e46678fa3fe9389a1 (patch)
treebf1885206546300a267396f0f31781646c4bb0b5 /apps/files_external/appinfo
parent8628d57b2cd9babcd29875fa7fcfc30f3de47acd (diff)
Readd Notify command
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 21e28134688..375d660bf62 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -41,5 +41,6 @@
<command>OCA\Files_External\Command\Create</command>
<command>OCA\Files_External\Command\Backends</command>
<command>OCA\Files_External\Command\Verify</command>
+ <command>OCA\Files_External\Command\Notify</command>
</commands>
</info>