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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-18 00:10:26 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-18 00:10:26 +0300
commitda4be5e6d5c872e7dd2e29e5a838f3f2c4520630 (patch)
tree0c8ca5c151412f53e7870e7908cf2339a3ca5598 /appinfo
parent7e74e6d41cfb8efe25a7f666ecb592eac9784060 (diff)
Add background job to cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a82cb35bb..07433b038 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,4 +23,7 @@
<dependencies>
<nextcloud min-version="16" max-version="17"/>
</dependencies>
+ <background-jobs>
+ <job>OCA\Text\Cron\Cleanup</job>
+ </background-jobs>
</info>