summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
authorcall-me-matt <nextcloud@matthiasheinisch.de>2020-03-30 23:32:37 +0200
committercall-me-matt <nextcloud@matthiasheinisch.de>2020-08-05 00:23:06 +0200
commit973c28825b42c10a153785982c782368b9b79702 (patch)
tree63981d8805d2212b219d25d97761e25d27909206 /appinfo/info.xml
parentb78f4d65cc1438477e6c307f9d5d732e84833a98 (diff)
allowing for background updates of social avatars
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5fa7b3bf..1a943d67 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -51,7 +51,12 @@
</navigation>
</navigations>
+ <background-jobs>
+ <job>OCA\Contacts\Cron\SocialUpdateRegistration</job>
+ </background-jobs>
+
<settings>
<admin>OCA\Contacts\Settings\AdminSettings</admin>
</settings>
+
</info>