mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
passing the return value
This commit is contained in:
parent
edb1ce0417
commit
2c41ebbfaa
3 changed files with 74 additions and 19 deletions
|
@ -80,6 +80,6 @@ class Outbox extends BaseApi
|
|||
throw new \Friendica\Network\HTTPException\BadRequestException();
|
||||
}
|
||||
|
||||
ActivityPub\Receiver::processC2SActivity($activity, $uid, self::getCurrentApplication() ?? []);
|
||||
System::jsonExit(ActivityPub\Receiver::processC2SActivity($activity, $uid, self::getCurrentApplication() ?? []));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue