summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-26 11:33:48 -0100
committerJulius Härtl <jus@bitgrid.net>2018-11-27 10:24:50 +0100
commit5610142a090c0c4328bcc51596b1624b16bee272 (patch)
tree5ec4f54b2739651f5bb9ca81ab262c1d47e7376e /appinfo
parent4b516940d0521471232fe8eed7772a45b1e71219 (diff)
managing Cache from Cron and Command line
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c036e24c..1283707a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -26,7 +26,12 @@
</navigation>
</navigations>
+ <background-jobs>
+ <job>OCA\Social\Cron\Cache</job>
+ </background-jobs>
+
<commands>
+ <command>OCA\Social\Command\CacheRefresh</command>
<command>OCA\Social\Command\NoteCreate</command>
</commands>