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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-08-16 16:14:28 +0300
committerGitHub <noreply@github.com>2021-08-16 16:14:28 +0300
commit345947b72d61166e16bdc52f75fe69217dd012d8 (patch)
tree3a00716e0ae60dbd94c8a7ff1299f487f78fc943 /appinfo/info.xml
parent5f96d35e9837dcae0ee9770fd3a833dddb50f61d (diff)
parentc26ec43ed3b44c03062afa4ba42ccd837051405f (diff)
Merge pull request #5449 from nextcloud/fix/clean-up-job
Add missing clean-up background job
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 61701bfde..ae2d614d7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -36,6 +36,9 @@
<php min-version="7.3" max-version="8.0" />
<nextcloud min-version="20" max-version="23" />
</dependencies>
+ <background-jobs>
+ <job>OCA\Mail\BackgroundJob\CleanupJob</job>
+ </background-jobs>
<repair-steps>
<post-migration>
<step>OCA\Mail\Migration\AddMissingDefaultTags</step>