summaryrefslogtreecommitdiffstats
path: root/lib/Command
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-29 13:31:08 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-11-29 13:31:08 -0100
commit1bc3373b8f0ee7639976a857cccd42b936e4185d (patch)
treee1ae43927c3889a9fec4b517f4246dbe4d1f34e1 /lib/Command
parent7983a44b06dcf0134debc05600fdf7d5bd083fa3 (diff)
almost looking for missing remote actors in cache
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command')
-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 fae76806..26a688fe 100644
--- a/lib/Command/CacheRefresh.php
+++ b/lib/Command/CacheRefresh.php
@@ -105,6 +105,9 @@ class CacheRefresh extends Base {
$result = $this->actorService->manageCacheLocalActors();
$output->writeLn($result . ' local accounts regenerated');
+ $result = $this->personService->missingCacheRemoteActors();
+ $output->writeLn($result . ' remote accounts created');
+
$result = $this->personService->manageCacheRemoteActors();
$output->writeLn($result . ' remote accounts updated');