mirror of
https://github.com/friendica/friendica
synced 2025-05-06 15:04:10 +02:00
Caching for fetched activities
This commit is contained in:
parent
f29d9be574
commit
d12c9a8f58
3 changed files with 35 additions and 22 deletions
|
@ -508,7 +508,7 @@ class HTTPSignature
|
|||
return false;
|
||||
}
|
||||
|
||||
$actor = JsonLD::fetchElement($object, 'actor', 'id');
|
||||
$actor = JsonLD::fetchElement($object, 'actor', 'id') ?? '';
|
||||
} else {
|
||||
$actor = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue