mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00: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