mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
C2S: Improve C2S-API, fix inbox endpoint
This commit is contained in:
parent
881b32425d
commit
5fdeed8ed8
5 changed files with 101 additions and 54 deletions
|
@ -51,7 +51,7 @@ class Outbox extends BaseApi
|
|||
}
|
||||
|
||||
$requester = HTTPSignature::getSigner('', $_SERVER);
|
||||
$outbox = ActivityPub\Transmitter::getOutbox($owner, $page, $request['max_id'] ?? null, $requester);
|
||||
$outbox = ActivityPub\Transmitter::getOutbox($owner, $uid, $page, $request['max_id'] ?? null, $requester);
|
||||
|
||||
System::jsonExit($outbox, 'application/activity+json');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue