Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/1563/head
Maxence Lange 2023-01-05 10:54:50 -01:00
rodzic cbcd62e3af
commit 643c248910
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -177,7 +177,7 @@ class CacheActorService {
if ($instance !== ''
&& $this->configService->getCloudHost() !== $instance
&& $this->configService->getSocialAddress() !== $instance) {
throw new CacheActorDoesNotExistException('Address does is not local');
throw new CacheActorDoesNotExistException('Address is not local');
}
$actor = $this->actorsRequest->getFromUsername($account);