Caching for fetched activities

This commit is contained in:
Michael 2022-07-28 19:05:04 +00:00
parent f29d9be574
commit d12c9a8f58
3 changed files with 35 additions and 22 deletions

View file

@ -508,7 +508,7 @@ class HTTPSignature
return false;
}
$actor = JsonLD::fetchElement($object, 'actor', 'id');
$actor = JsonLD::fetchElement($object, 'actor', 'id') ?? '';
} else {
$actor = '';
}