mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +00:00
Support for fetching non-public content / preparations for forum posts
This commit is contained in:
parent
1395bdc188
commit
8f27e3aeb1
5 changed files with 188 additions and 30 deletions
|
@ -301,7 +301,9 @@ class Processor
|
|||
return;
|
||||
}
|
||||
|
||||
$object = ActivityPub::fetchContent($url);
|
||||
$uid = ActivityPub\Receiver::getFirstUserFromReceivers($child['receiver']);
|
||||
|
||||
$object = ActivityPub::fetchContent($url, $uid);
|
||||
if (empty($object)) {
|
||||
Logger::log('Activity ' . $url . ' was not fetchable, aborting.');
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue