diff options
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 6b09e73a022..7e49e267275 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -20,4 +20,9 @@ Turning the feature off removes shared files and folders on the server for all s <public> <files>public.php</files> </public> + + <background-jobs> + <job>OCA\Files_sharing\Lib\DeleteOrphanedSharesJob</job> + <job>OCA\Files_sharing\ExpireSharesJob</job> + </background-jobs> </info> |