mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Soem more C2S stuff moved
This commit is contained in:
parent
12be32249b
commit
2367f54d41
4 changed files with 136 additions and 132 deletions
|
@ -51,8 +51,7 @@ class Outbox extends BaseApi
|
|||
$page = 1;
|
||||
}
|
||||
|
||||
$requester = HTTPSignature::getSigner('', $_SERVER);
|
||||
$outbox = ActivityPub\Transmitter::getOutbox($owner, $uid, $page, $request['max_id'] ?? null, $requester);
|
||||
$outbox = ActivityPub\ClientToServer::getOutbox($owner, $uid, $page, $request['max_id'] ?? null, HTTPSignature::getSigner('', $_SERVER));
|
||||
|
||||
System::jsonExit($outbox, 'application/activity+json');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue