summaryrefslogtreecommitdiffstats
path: root/lib/Command/CacheRefresh.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/CacheRefresh.php')
-rw-r--r--lib/Command/CacheRefresh.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Command/CacheRefresh.php b/lib/Command/CacheRefresh.php
index b53b47a9..2629a566 100644
--- a/lib/Command/CacheRefresh.php
+++ b/lib/Command/CacheRefresh.php
@@ -85,6 +85,9 @@ class CacheRefresh extends Base {
$result = $this->cacheActorService->manageCacheRemoteActors($input->getOption('force'));
$output->writeLn($result . ' remote accounts updated');
+ $result = $this->cacheActorService->manageDetailsRemoteActors($input->getOption('force'));
+ $output->writeLn($result . ' remote accounts details updated');
+
$result = $this->documentService->manageCacheDocuments();
$output->writeLn($result . ' documents cached');